-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ImportError: cannot import name 'call_runtest_hook' from '_pytest.runner' #12066
Comments
The error happens in the |
Already reported here: box/flaky#198 But given that |
flaky is no longer compatible with pytest 8.0 and seems unmaintained. pytest-dev/pytest#12066
to sum up the current state for future readers: @The-Compiler's suggestion is valid nevertheless, flaky doesn't seem to be actively developed so especially new users should consider a different option. But it's good to see that serious issues are addressed for us existing users, I wanna acknowledge that. |
Hi while running pytest on github CI, i got the below error:
ImportError: cannot import name 'call_runtest_hook' from '_pytest.runner'
here is the full trace:
Requesting you to please help me fix the bug
System specifications:
OS: Ubuntu 22.04
python version: 3.8, 3.9, 3.10, 3.11
pytest version: 8.1.0
command used:
pytest -v -m 'jax' deepchem
pip list
from the virtual environment you are usingThe text was updated successfully, but these errors were encountered: