======================================================================
ERROR: test_from_import_missing_attr_has_name_and_so_path (test.test_import.ImportTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.7/test/test_import/__init__.py", line 98, in test_from_import_missing_attr_has_name_and_so_path
self.assertEqual(cm.exception.path, select.__file__)
AttributeError: module 'select' has no attribute '__file__'
----------------------------------------------------------------------
Ran 75 tests in 0.618s
FAILED (errors=1, skipped=1)
test test_import failed |