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

[build] Constrain the maximum supported pytest version to pytest <8. #745

Merged

Conversation

seifertm
Copy link
Contributor

@seifertm seifertm commented Jan 9, 2024

Pytest 8 made some changes to its test collection and pytest-asyncio currently isn't compatible with those changes.
see #737

Pytest 8 made some changes to its test collection and pytest-asyncio currently isn't compatible with those changes.
see pytest-dev#737

Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
@seifertm seifertm added this to the v0.23 milestone Jan 9, 2024
@seifertm seifertm linked an issue Jan 9, 2024 that may be closed by this pull request
@seifertm seifertm added this pull request to the merge queue Jan 9, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3e67b0d) 95.15% compared to head (c43d34b) 95.15%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #745   +/-   ##
=======================================
  Coverage   95.15%   95.15%           
=======================================
  Files           2        2           
  Lines         475      475           
  Branches       94       94           
=======================================
  Hits          452      452           
  Misses         16       16           
  Partials        7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into pytest-dev:main with commit aecfd01 Jan 9, 2024
9 checks passed
@seifertm seifertm deleted the limit-maximum-pytest-version-to-v7 branch January 9, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Pytest 8.0
2 participants