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_test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==2.9.2
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 Python 2 project

High Severity

pytest==9.0.3 requires Python 3.9+, but this is a Python 2 project (installed to python2.7/dist-packages, built with --with python2). The existing test code also uses Python 2 constructs like unicode(). This version bump will completely break the test suite — pytest won't even import under Python 2. The companion mock==2.0.0 dependency is also a Python 2 backport, further confirming the environment mismatch.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit f7f65af. Configure here.

mock==2.0.0