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: pytest-dev/pytest-asyncio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.1
Choose a base ref
...
head repository: pytest-dev/pytest-asyncio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.21.2
Choose a head ref
  • 5 commits
  • 14 files changed
  • 2 contributors

Commits on Apr 29, 2024

  1. Backported #800 to the 0.21.1 tag

    This unblocks all users stuck with 0.21.1 due to #706
    ffissore authored and seifertm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2fb3b19 View commit details
    Browse the repository at this point in the history
  2. [docs] Added changelog entry.

    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    df29481 View commit details
    Browse the repository at this point in the history
  3. [refactor] Satisfy linters.

    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ef6144a View commit details
    Browse the repository at this point in the history
  4. [test] Addresses a Hypothesis health check that leads to failing tests.

    Class-based tests that inherit a Hypothesis test case emit a Hypothesis health check warning starting from hypothesis-6.83.2 [0][1]. This is due to inherited tests being run by different Hypothesis executors and may cause issues when replaying examples [2].
    
    Inheriting Hypothesis tests in subclasses is clearly not wanted, so it makes sense to remove the pytest-asyncio test that tests for this feature.
    
    [0] https://hypothesis.readthedocs.io/en/latest/changes.html#v6-83-2
    [1] HypothesisWorks/hypothesis#3720
    [2] HypothesisWorks/hypothesis#3446
    
    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b4aebfb View commit details
    Browse the repository at this point in the history
  5. [ci] Do not fail CI pipeline, if coverage upload fails.

    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    12de7f6 View commit details
    Browse the repository at this point in the history
Loading