diff --git a/pytest.ini b/pytest.ini index 4c75774..50b0844 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] -addopts = -m "not int and not smoke1 and not smoke2 and not smokewifi and not examples" +addopts = -m "not int and not smoke1 and not smoke2 and not smokewifi and not examples and not smokevirt" markers = unit: marks tests as unit tests