Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HypothesisWorks/hypothesis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: hypothesis-python-6.56.3
Choose a base ref
...
head repository: HypothesisWorks/hypothesis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hypothesis-python-6.56.4
Choose a head ref
  • 16 commits
  • 10 files changed
  • 6 contributors

Commits on Oct 18, 2022

  1. Update setup.cfg to use license_files

    Fix the following setuptools deprecation warning:
    
    > The license_file parameter is deprecated, use license_files instead.
    mgorny committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    e358550 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Update open source projects using Hypothesis

    Added array-api-tests to projects using Hypothesis
    CatB1t authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    661fcc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3484 from CatB1t/patch-2

    Update open source projects using Hypothesis
    Zac-HD authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1600dc5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3483 from mgorny/setuptools-depr

    Update setup.cfg to use license_files
    Zac-HD authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0fba54f View commit details
    Browse the repository at this point in the history
  4. Update setuptools version check for license_files change

    The `license_files` key is supported since setuptools 42.0.0, so update
    the version check accordingly.
    
    This is a followup to #3483.
    mgorny committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    09f9da1 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Merge pull request #3485 from mgorny/setuptools-min

    Update setuptools version check for license_files change
    Zac-HD authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    64fa12c View commit details
    Browse the repository at this point in the history
  2. Update core.py

    Kludex authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    fa6da16 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Update pinned dependencies

    DRMacIver committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    c9342c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Merge pull request #3492 from HypothesisWorks/create-pull-request/patch

    Update pinned dependencies
    Zac-HD authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6fe7da6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    2365d5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27b2982 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Require stable exceptiongroup backport

    The last release candidate had a subtle but pernicious bug on Python 3.10!
    Zac-HD committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f80df10 View commit details
    Browse the repository at this point in the history
  2. Clarify docs for max_examples

    Zac-HD committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    aaa1430 View commit details
    Browse the repository at this point in the history
  3. Add release notes

    Zac-HD committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    97e575e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9a1403 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47b35ce View commit details
    Browse the repository at this point in the history
Loading