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 brett.cannon, eric.snow, ncoghlan, ned.deily, pitrou, serhiy.storchaka
Date 2017-07-24.10:22:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500891727.51.0.152716820389.issue30876@psf.upfronthosting.co.za>
In-reply-to
Content
When running tests from installed location, test_import now fails on master, 3.6, and 3.5 (including v3.5.4rc1) with:

======================================================================
ERROR: test_import_from_unloaded_package (test.test_import.RelativeImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/nad/Projects/PyDev/active/dev/3x/root/uxd/lib/python3.7/test/test_import/__init__.py", line 704, in test_import_from_unloaded_package
    import package2.submodule1
ModuleNotFoundError: No module named 'package2'
History
Date User Action Args
2017-07-24 10:22:07ned.deilysetrecipients: + ned.deily, brett.cannon, ncoghlan, pitrou, eric.snow, serhiy.storchaka
2017-07-24 10:22:07ned.deilysetmessageid: <1500891727.51.0.152716820389.issue30876@psf.upfronthosting.co.za>
2017-07-24 10:22:07ned.deilylinkissue30876 messages
2017-07-24 10:22:07ned.deilycreate