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 jaraco
Recipients barry, jaraco
Date 2019-07-28.16:20:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564330859.03.0.753791895792.issue37697@roundup.psfhosted.org>
In-reply-to
Content
I've started work on this in https://github.com/jaraco/cpython/commit/ee913fd4b1cc3bb324f43bfebd4f1006f90c2b6e, but two tests are failing:

======================================================================
FAIL: test_egg_info (test.test_importlib.test_main.DirectoryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jaraco/code/public/cpython/Lib/test/test_importlib/test_main.py", line 172, in test_egg_info
    version('unknown-package')
AssertionError: PackageNotFoundError not raised

======================================================================
FAIL: test_zip_version_does_not_match (test.test_importlib.test_zip.TestEgg)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jaraco/code/public/cpython/Lib/test/test_importlib/test_zip.py", line 29, in test_zip_version_does_not_match
    version('definitely-not-installed')
AssertionError: PackageNotFoundError not raised

----------------------------------------------------------------------
History
Date User Action Args
2019-07-28 16:20:59jaracosetrecipients: + jaraco, barry
2019-07-28 16:20:59jaracosetmessageid: <1564330859.03.0.753791895792.issue37697@roundup.psfhosted.org>
2019-07-28 16:20:59jaracolinkissue37697 messages
2019-07-28 16:20:58jaracocreate