From 1bfbc87837f28928e3e9e9f33e7ac87ad35595a6 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Tue, 15 Feb 2022 11:37:45 -0500 Subject: [PATCH] update path to tests --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)