diff --git a/pytest.ini b/pytest.ini index eca651fd5..57adbf0c6 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,6 +2,6 @@ [pytest] minversion = 6.0 testpaths = - ogcore/tests + ./tests markers = local: marks tests that run locally and not on GH Actions (mostly due to run time)