Dmitry K added the comment:
test_concurrency (test.test_import.ImportTests) seems to fail, too, with a
similar error:
ModuleNotFoundError: No module named 'package'
Apparently, this happens because the LIBSUBDIRS variable in Makefile doesn't
include all the subdirectories of test/test_import/data. Adding the following
two lines fixed the issue for me:
test/test_import/data/package \
test/test_import/data/package2 \
Should I submit a patch?
----------
nosy: +vaultah
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue30876>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com