Message299231
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? |
|
| Date |
User |
Action |
Args |
| 2017-07-26 14:00:05 | vaultah | set | recipients:
+ vaultah, brett.cannon, ncoghlan, pitrou, ned.deily, eric.snow, serhiy.storchaka |
| 2017-07-26 14:00:05 | vaultah | set | messageid: <[email protected]> |
| 2017-07-26 14:00:05 | vaultah | link | issue30876 messages |
| 2017-07-26 14:00:05 | vaultah | create | |
|