diff --git a/tests/test_resources.py b/tests/test_resources.py index 8f5e927cf3..57d17c1ae1 100644 --- a/tests/test_resources.py +++ b/tests/test_resources.py @@ -28,6 +28,7 @@ def test_create(): pass +@pytest.mark.kubevirt def test_vm(namespace): name = "test-vm" with VirtualMachine( diff --git a/tox.ini b/tox.ini index 5fb7a8aabf..888f3349fc 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ commands = pip install pip -U pip install . pip install jinja2 PyYaml - pytest -o log_cli=true tests/test_resources.py + pytest -o log_cli=true tests/test_resources.py -k 'not kubevirt' [testenv:unittests] basepython = python3