-
-
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
pytest fails as importlib from 3.8 fails #90
Comments
In GitLab by @jokerjokerer on Sep 11, 2019, 20:49 changed the description |
In GitLab by @jaraco on Sep 12, 2019, 18:43 This issue is related to #86, but may be slightly different. Clearly, I just don't see how that's possible. That said, there was another update today; importlib_metadata 0.22, also ported to CPython 3.8 simplifies that interface even further, so it's possible that will correct the situation. Are you still having issues? If so, could you try with the latest CPython? If it doesn't clear up with that, can you investigate a little bit more? In particular, inspect |
In GitLab by @jokerjokerer on Sep 13, 2019, 11:32 On trying to replicate today I get a different:
|
In GitLab by @jaraco on Sep 13, 2019, 13:23 O_O That error looks suspiciously erroneous. Regardless, I'll investigate. |
In GitLab by @jaraco on Sep 13, 2019, 13:39 Searching for that code in the 3.8 branch of CPython, that text doesn't appear:
Can you find the code that's attempting that import? By the way, if you're importing anything but the names in |
In GitLab by @jokerjokerer on Sep 16, 2019, 09:49 Can replicate this locally for some reason, though not remotely for now 🤔 |
In GitLab by @jaraco on Sep 30, 2019, 02:53 Let me know if you find you can replicate it again. |
In GitLab by @jaraco on Sep 30, 2019, 02:53 closed |
In GitLab by @jokerjokerer on Sep 11, 2019, 20:39
with master 3.8 branch:
The text was updated successfully, but these errors were encountered: