-
-
Notifications
You must be signed in to change notification settings - Fork 49
Tests on Python 3.7 seem to run against stdlib #70
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
In GitLab by @warsaw on Jun 2, 2019, 12:59 I ran into this too, and had forgotten I’d done it this way. I totally agree. |
In GitLab by @jaraco on Jan 17, 2020, 21:47 mentioned in merge request !83 |
In GitLab by @jaraco on Jan 18, 2020, 07:47 closed via merge request !83 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In GitLab by @jaraco on Jun 2, 2019, 12:09
While developing, I've been running
tox -e py37-cov
, but I find that the tests pass even when I disable crucial functionality. I suspect what's happening is the tests are running against stdlib on Python 3.7. This library should always run against its local implementation on any Python (even 3.8+). Tests against any stdlib implementation should run in that repo's test suite.The text was updated successfully, but these errors were encountered: