-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Tests failing on Python 3.8 #100
Comments
In GitLab by @jaraco on Nov 30, 2019, 02:18 Re-running the pipelines against master, which passed tests when 0.24 was released, there are now two tests failing that passed before. This issue is to address the emergent failure on Python 3.8.
|
In GitLab by @jaraco on Nov 30, 2019, 02:47 mentioned in commit 255b695e062e369a6af16bf76243e476afc36a1b |
In GitLab by @jaraco on Nov 30, 2019, 09:32 changed title from {-test_discovery-} failing on Python 3.8 to {+Tests+} failing on Python 3.8 |
In GitLab by @jaraco on Nov 30, 2019, 09:32 changed the description |
In GitLab by @jaraco on Nov 30, 2019, 09:33 changed the description |
In GitLab by @jaraco on Nov 30, 2019, 09:33 It's worse than I'd imagined. The coverage tests are also failing, due to the stdlib functionality taking precedence. I think a solution that also addresses #91 may be necessary to address this issue. |
In GitLab by @jaraco on Nov 30, 2019, 10:10 mentioned in merge request !98 |
In GitLab by @jaraco on Nov 30, 2019, 19:29 closed via merge request !98 |
Remove __version__ Closes #100 See merge request python-devs/importlib_resources!105
In GitLab by @jaraco on Nov 30, 2019, 02:16
Since the release of Python 3.8, the tests have started failing, even though they were passing on early releases of Python 3.8.
The text was updated successfully, but these errors were encountered: