-
Notifications
You must be signed in to change notification settings - Fork 173
Comparing changes
Open a pull request
base repository: pytest-dev/pytest-asyncio
base: v0.23.3
head repository: pytest-dev/pytest-asyncio
compare: v0.23.4
- 20 commits
- 18 files changed
- 2 contributors
Commits on Jan 4, 2024
-
Build(deps): Bump hypothesis in /dependencies/default
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.92.1 to 6.92.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.92.1...hypothesis-python-6.92.2) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b74426 - Browse repository at this point
Copy the full SHA 0b74426View commit details -
Build(deps): Bump attrs from 23.1.0 to 23.2.0 in /dependencies/default
Bumps [attrs](https://github.com/sponsors/hynek) from 23.1.0 to 23.2.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 54dce0e - Browse repository at this point
Copy the full SHA 54dce0eView commit details -
Build(deps): Bump pytest from 7.4.3 to 7.4.4 in /dependencies/default
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.3...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8fd888e - Browse repository at this point
Copy the full SHA 8fd888eView commit details -
Build(deps): Bump coverage from 7.3.4 to 7.4.0 in /dependencies/default
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.4 to 7.4.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.3.4...7.4.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e67b0d - Browse repository at this point
Copy the full SHA 3e67b0dView commit details
Commits on Jan 9, 2024
-
[fix] Fixes a bug that caused an INTERNALERROR when an __init__.py ra…
…ised an error. Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for a88de75 - Browse repository at this point
Copy the full SHA a88de75View commit details -
[refactor] Attach package-scoped fixtures to a virtual/temporary Pyth…
…on module in the package, rather than attaching the fixture to the package's __init__.py. Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for e426a59 - Browse repository at this point
Copy the full SHA e426a59View commit details -
[fix] Fixes a bug that caused pytest-asyncio to import additional, un…
…related packages during test collection. This was caused by a missing call to collector.funcnamefilter when setting up the packaged-scoped event loop fixture function. The new code respects funcnamefilter and monkeypatches Package.collect to install a package-scoped loop whenever an __init__.py is encountered. Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for 84703df - Browse repository at this point
Copy the full SHA 84703dfView commit details -
Build(deps): Bump hypothesis in /dependencies/default
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.92.2 to 6.92.5. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.92.2...hypothesis-python-6.92.5) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f924b7 - Browse repository at this point
Copy the full SHA 1f924b7View commit details -
Build(deps): Bump alabaster from 0.7.13 to 0.7.15 in /dependencies/docs
Bumps [alabaster](https://github.com/sphinx-doc/alabaster) from 0.7.13 to 0.7.15. - [Release notes](https://github.com/sphinx-doc/alabaster/releases) - [Changelog](https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst) - [Commits](sphinx-doc/alabaster@0.7.13...0.7.15) --- updated-dependencies: - dependency-name: alabaster dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e487003 - Browse repository at this point
Copy the full SHA e487003View commit details -
[build] Constrain the maximum supported pytest version to pytest <8.
Pytest 8 made some changes to its test collection and pytest-asyncio currently isn't compatible with those changes. see #737 Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for aecfd01 - Browse repository at this point
Copy the full SHA aecfd01View commit details
Commits on Jan 10, 2024
-
The use of temporary files for injecting fixtures into packages shows platform-specific behavior. As a result, it makes sense to run the tests on Windows as well, at least as long as the virtual module workaround is in place. Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for ef619b9 - Browse repository at this point
Copy the full SHA ef619b9View commit details -
[tests] Fixed deprecated use of yield_fixture in test.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for 9572f3e - Browse repository at this point
Copy the full SHA 9572f3eView commit details -
[ci] Shorten names of display OS in CI jobs.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for df487d5 - Browse repository at this point
Copy the full SHA df487d5View commit details -
[fix] Make virtual modules compatible with Windows.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for 8ba9bd0 - Browse repository at this point
Copy the full SHA 8ba9bd0View commit details
Commits on Jan 16, 2024
-
[fix] pytest-asyncio no longer uses virtual modules to install dynami…
…c package-scoped fixtures. The temporary files used for this mechanism appearing as disappear after they have been collected. This seems to create issues in some projects, such as setuptools. see #729 (comment) Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for 256ef7d - Browse repository at this point
Copy the full SHA 256ef7dView commit details -
[fix] Avoid trying to install scoped event loops for unknown test col…
…lector types. Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for 463ce98 - Browse repository at this point
Copy the full SHA 463ce98View commit details
Commits on Jan 28, 2024
-
[fix] Fixes a bug that prevented tests from being collected from pack…
…age when any module inside the package used a pytest.skip statement. Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for dd129e9 - Browse repository at this point
Copy the full SHA dd129e9View commit details -
[docs] Mention compatibility issue with pytest 8.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for c51c3e7 - Browse repository at this point
Copy the full SHA c51c3e7View commit details -
[docs] Prepare release of v0.23.4.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for a309bc5 - Browse repository at this point
Copy the full SHA a309bc5View commit details -
[chore] Updated shed pre-commit hook to v2024.1.1.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
Configuration menu - View commit details
-
Copy full SHA for b879130 - Browse repository at this point
Copy the full SHA b879130View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.23.3...v0.23.4