WIP Preparing release version 5.0.0#5500
WIP Preparing release version 5.0.0#5500nicoddemus wants to merge 1 commit intopytest-dev:masterfrom
Conversation
| INTERNALERROR> spec = importlib.util.find_spec(x) | ||
| INTERNALERROR> File "$PYTHON_PREFIX/lib/python3.6/importlib/util.py", line 89, in find_spec | ||
| INTERNALERROR> return _find_spec(fullname, parent.__path__) | ||
| INTERNALERROR> AttributeError: module 'pythoncollection' has no attribute '__path__' |
There was a problem hiding this comment.
Weird, I'll look at this when I'm at a computer. Seems bad, lol (almost certainly a quirk with the pyargs code, which probably has fewer tests than it needs)
Codecov Report
@@ Coverage Diff @@
## master #5500 +/- ##
==========================================
- Coverage 96.07% 96.04% -0.04%
==========================================
Files 117 117
Lines 25646 25646
Branches 2484 2484
==========================================
- Hits 24640 24631 -9
- Misses 700 706 +6
- Partials 306 309 +3
Continue to review full report at Codecov.
|
|
Here is the minimal reproduction, I'll work on getting a fix for this: touch conftest.py t.py && pytest --pyargs t.pyIt's interpreting |
| * Victor Maryama | ||
| * Yuri Apollov | ||
| * Zac Hatfield-Dodds | ||
| * Zac-HD |
There was a problem hiding this comment.
Looks like I have some bad git metadata somewhere 😕 - we can delete this line.
|
#5503 fixes the INTERNALERROR |
No description provided.