This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vaultah
Recipients brett.cannon, eric.snow, ncoghlan, ned.deily, pitrou, serhiy.storchaka, vaultah
Date 2017-07-26.14:00:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501077605.47.0.991656306754.issue30876@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-07-26 14:00:05vaultahsetrecipients: + vaultah, brett.cannon, ncoghlan, pitrou, ned.deily, eric.snow, serhiy.storchaka
2017-07-26 14:00:05vaultahsetmessageid: <1501077605.47.0.991656306754.issue30876@psf.upfronthosting.co.za>
2017-07-26 14:00:05vaultahlinkissue30876 messages
2017-07-26 14:00:05vaultahcreate