============================= 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-venvs/src/dephell_venvs-0.1.18
collected 0 items / 2 errors

==================================== ERRORS ====================================
_____________________ ERROR collecting tests/test_venv.py ______________________
ImportError while importing test module '/build/python-dephell-venvs/src/dephell_venvs-0.1.18/tests/test_venv.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_venv.py:1: in <module>
    from dephell_venvs import VEnv
dephell_venvs/__init__.py:1: in <module>
    from ._builder import VEnvBuilder
dephell_venvs/_builder.py:12: in <module>
    from dephell_pythons import Finder
E   ModuleNotFoundError: No module named 'dephell_pythons'
_____________________ ERROR collecting tests/test_venvs.py _____________________
ImportError while importing test module '/build/python-dephell-venvs/src/dephell_venvs-0.1.18/tests/test_venvs.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_venvs.py:1: in <module>
    from dephell_venvs import VEnvs
dephell_venvs/__init__.py:1: in <module>
    from ._builder import VEnvBuilder
dephell_venvs/_builder.py:12: in <module>
    from dephell_pythons import Finder
E   ModuleNotFoundError: No module named 'dephell_pythons'
=========================== short test summary info ============================
ERROR tests/test_venv.py
ERROR tests/test_venvs.py
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 2 errors in 0.40s ===============================
[1m[31m==> ERROR:[m[1m A failure occurred in check().[m
[1m    Aborting...[m
