-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
@requires_pinio mass disables unrelated tests #1531
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
I discovered you can force the tests to run by doing e.g.
Then they are not skipped. I don't know if this is a useful clue or not. |
This was referenced Sep 7, 2017
likely bug reported in pytest-dev/pytest#2759 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I'm losing my sanity here.
I have a anaconda3 Python 3.6 environment with all required and optional dependencies of xarray installed and updated to the latest available version, except pyNio.
If I run test.py on the latest xarray package from the git tip, the vast majority of the tests in test_backends.py are skipped - including those that have nothing to do with pyNio!
e.g.
If I comment out line 1462:
Then magically everything starts working again!
The text was updated successfully, but these errors were encountered: