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/codspeed.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r test.txt
cffi<2.0.0;python_version<"3.14"
cffi<3.0.0;python_version<"3.14"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@bdraco will this work with newer Pythons?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think one of us put that condition in because cffi were taking too long to release a 3.14 compatible release. If it's working now, should be able to remove the version constraint.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Issue was there was no cffi for free threading

pytest-codspeed==4.5.0
Loading