Jason R. Coombs <jar...@jaraco.com> added the comment:

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

----------------------------------------------------------------------

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37697>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to