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 ned.deily
Recipients RazerM, SamueleSanti, brett.cannon, eric.snow, ncoghlan, ned.deily, serhiy.storchaka, vstinner
Date 2017-07-24.10:25:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500891907.41.0.0709917715154.issue30814@psf.upfronthosting.co.za>
In-reply-to
Content
When running tests from installed location, test_import now fails on master and 3.6 with:

======================================================================
ERROR: test_concurrency (test.test_import.ImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/nad/Projects/PyDev/active/dev/3x/root/uxd/lib/python3.7/test/test_import/__init__.py", line 408, in test_concurrency
    raise exc
  File "/Users/nad/Projects/PyDev/active/dev/3x/root/uxd/lib/python3.7/test/test_import/__init__.py", line 393, in run
    import package
ModuleNotFoundError: No module named 'package'
History
Date User Action Args
2017-07-24 10:25:07ned.deilysetrecipients: + ned.deily, brett.cannon, ncoghlan, vstinner, eric.snow, serhiy.storchaka, RazerM, SamueleSanti
2017-07-24 10:25:07ned.deilysetmessageid: <1500891907.41.0.0709917715154.issue30814@psf.upfronthosting.co.za>
2017-07-24 10:25:07ned.deilylinkissue30814 messages
2017-07-24 10:25:07ned.deilycreate