alfredodeza / pytest.vim

Runs your UnitTests with py.test displaying red/green bars and errors
274 stars 40 forks source link

ImportError breaks parsing #68

Closed alfredodeza closed 3 years ago

alfredodeza commented 5 years ago

It errors with "Unable to parse output"

ImportError while loading conftest '/Users/alfredo/python/remoto/remoto/tests/conftest.py'.
__init__.py:1: in <module>
    from .connection import Connection
connection.py:4: in <module>
    from remoto.backends import ssh, openshift, kubernetes, local, podman, docker
backends/openshift.py:1: in <module>
    from kubernets import KubernetesConnection
E   ModuleNotFoundError: No module named 'kubernets'