============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1 rootdir: /build/python-dephell-pythons/src/dephell_pythons-0.1.15 collected 0 items / 4 errors ==================================== ERRORS ==================================== ___________________ ERROR collecting tests/test_abstract.py ____________________ ImportError while importing test module '/build/python-dephell-pythons/src/dephell_pythons-0.1.15/tests/test_abstract.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_abstract.py:2: in from dephell_pythons import Pythons dephell_pythons/__init__.py:4: in from ._pythons import Pythons dephell_pythons/_pythons.py:13: in from dephell_specifier import RangeSpecifier E ModuleNotFoundError: No module named 'dephell_specifier' ____________________ ERROR collecting tests/test_finder.py _____________________ ImportError while importing test module '/build/python-dephell-pythons/src/dephell_pythons-0.1.15/tests/test_finder.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_finder.py:6: in from dephell_pythons import Finder dephell_pythons/__init__.py:4: in from ._pythons import Pythons dephell_pythons/_pythons.py:13: in from dephell_specifier import RangeSpecifier E ModuleNotFoundError: No module named 'dephell_specifier' ____________________ ERROR collecting tests/test_getters.py ____________________ ImportError while importing test module '/build/python-dephell-pythons/src/dephell_pythons-0.1.15/tests/test_getters.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_getters.py:6: in from dephell_pythons import Pythons dephell_pythons/__init__.py:4: in from ._pythons import Pythons dephell_pythons/_pythons.py:13: in from dephell_specifier import RangeSpecifier E ModuleNotFoundError: No module named 'dephell_specifier' ____________________ ERROR collecting tests/test_python.py _____________________ ImportError while importing test module '/build/python-dephell-pythons/src/dephell_pythons-0.1.15/tests/test_python.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_python.py:2: in from dephell_pythons import Pythons dephell_pythons/__init__.py:4: in from ._pythons import Pythons dephell_pythons/_pythons.py:13: in from dephell_specifier import RangeSpecifier E ModuleNotFoundError: No module named 'dephell_specifier' =========================== short test summary info ============================ ERROR tests/test_abstract.py ERROR tests/test_finder.py ERROR tests/test_getters.py ERROR tests/test_python.py !!!!!!!!!!!!!!!!!!! Interrupted: 4 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 4 errors in 0.91s =============================== ==> ERROR: A failure occurred in check().  Aborting...