-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Not able to run tests locally #10666
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
Comments
This seems to be working as expected, given the discussion in pytest-dev/pytest#8343. |
I am experiencing the same issue, @rohitgr7 were you able to find a workaround? |
@daniellepintz this is what's working for me now python -m pytest tests/utilities -v |
I got it to work as well by reinstalling all deps... |
Had it inside docker right now. Had to do |
It seems it is working now, let's close this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Issue with tests
Something after v1.5.2 broke pytest.
Code:
Error:
Was working fine until v1.5.2
Expected behavior
Working fine if you either do:
or install lightning in environment
pip install -e .
The issue is coming up only on mac for me. Working fine on Ubuntu (Linux), not sure about Windows.
Environment
conda
,pip
, source):torch.__config__.show()
:Additional context
cc: @carmocca
cc @carmocca @akihironitta @Borda
The text was updated successfully, but these errors were encountered: