Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip
pytest>=6.0.0
pytest>=9.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pytest floor breaks tox

High Severity

Setting pytest>=9.1.0 in requirements-testing.txt cannot be satisfied together with existing tox.ini dependency lines that still cap pytest below 7, 8, or 8.2 for several environments. Pytest 9.1 also requires Python 3.10+, while tox still installs this requirements file for Python 3.8 and 3.9 jobs, so those envs fail at install time.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3c22c9c. Configure here.

tomli;python_version<"3.11" # Only needed for pytest on Python < 3.11
pytest-cov
pytest-forked
Expand Down
Loading