Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use sys.monitoring for scrutineer on 3.12+ #3776

Merged
merged 14 commits into from
Nov 4, 2023

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    9cf85e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. change MONITORING_TOOL_ID to 3

    tybug committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    c2a25a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3864cc View commit details
    Browse the repository at this point in the history
  3. add release note

    tybug committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1a027ca View commit details
    Browse the repository at this point in the history
  4. add return type annotation

    tybug committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b962427 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    2ba319c View commit details
    Browse the repository at this point in the history
  2. use more robust stdlib crosslinks

    Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
    tybug and Zac-HD authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    ab8b106 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sys-monitoring' of https://github.com/tybug/hypothesis

    …into sys-monitoring
    tybug committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    42b1a31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e33ecc View commit details
    Browse the repository at this point in the history
  5. Fix changelog markup

    Zac-HD committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    972165e View commit details
    Browse the repository at this point in the history
  6. Update pinned dependencies

    Zac-HD committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5438873 View commit details
    Browse the repository at this point in the history
  7. Remove explicit Python-version check

    The packaging toolchain has now had python-requires support for long enough that I think it's no longer worth carrying this check and (very slightly) slowing down imports just for the sake of a different error message in a very very rare case.
    Zac-HD committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    892bf41 View commit details
    Browse the repository at this point in the history
  8. Get CI passing

    Zac-HD committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    88ab8a9 View commit details
    Browse the repository at this point in the history
  9. fix missing cross-reference

    Zac-HD committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    66af9e6 View commit details
    Browse the repository at this point in the history