diff --git a/pytest.ini b/pytest.ini index 6886cce3e..18da771c5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -ra --maxfail=1 +addopts = -ra markers = # *** Markers that change test behaviour *** default_vm: mark a test with a default VM in case no --vm parameter was given.