From 89181708e98732487f09531ca289aac3decc7ba6 Mon Sep 17 00:00:00 2001 From: "Morten W. Hansen" Date: Fri, 26 Apr 2024 14:43:26 +0200 Subject: [PATCH] #15: update pytest.ini --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 07e9ef5..3f6973a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] markers = sarwind: Basic tests for the sarwind module - without_nansat: Tests requiring nansat and gdal + without_nansat: Tests not running without installed nansat and gdal