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.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ wheel==0.23.0
requests>=2.0
mock
unittest2
pytest==2.6.4
pytest==9.0.3
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 9.0.3 incompatible with project's Python versions

High Severity

Bumping pytest from 2.6.4 to 9.0.3 introduces a fundamental Python version incompatibility. pytest 9.0.3 requires Python 3.10+, but this project's CI (appveyor.yml, tox.ini) and setup.py classifiers target Python 2.7, 3.3, and 3.4. The test suite will fail to install pytest on all configured environments, completely breaking the test infrastructure.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1458053. Configure here.

flake8
coverage