-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash: ValueError('%r is not callable' % (type_func,)) with 1.8.0 #242
Comments
Same issue on my side (python 3.12.4)
|
`Crash: ValueError('%r is not callable' % (type_func,)) with 1.8.0`` Fixes man-group#242
@jonbannister FYI... |
Thanks for raising, sorry about that. I have yanked pytest-profiling==1.8.0 and will ensure we have test coverage up to py3.13 before 1.8.1 is released. Please let me know if there are any further issues! |
@jonbannister Do you have an ETA for 1.8.1? |
pytest-profling==1.8.1 has been released, please let us know if there are any further issues. |
Confirmed this is fixed in 1.8.1. |
Description
After updating from 1.7.0 to 1.80, tests fail to run when
pytest-profiling
is installed (even if it's not used for a test run).Here's the stack trace:
You can see the same error on Linux:
https://github.com/techmatters/soil-id-algorithm/actions/runs/11389952437/job/31690457724?pr=197
Configuration
macOS 15.0.1
Python 3.13.0 (via Homebrew)
or
Ubuntu 24.04
Python 3.12.4
The text was updated successfully, but these errors were encountered: