Skip to content

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

Merged
seifertm merged 1 commit intopytest-dev:mainfrom
seifertm:limit-maximum-pytest-version-to-v7
Jan 9, 2024
Merged

[build] Constrain the maximum supported pytest version to pytest <8.#745
seifertm merged 1 commit intopytest-dev:mainfrom
seifertm:limit-maximum-pytest-version-to-v7

Conversation

@seifertm
Copy link
Copy Markdown
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 enabled auto-merge January 9, 2024 17:20
@seifertm seifertm added this pull request to the merge queue Jan 9, 2024
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.15%. Comparing base (3e67b0d) to head (c43d34b).
Report is 328 commits behind head on main.

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.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Merged via the queue into pytest-dev:main with commit aecfd01 Jan 9, 2024
@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