1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Ole Streicher <olebole@debian.org>
Date: Fri, 10 Dec 2021 08:21:23 +0100
Subject: Skip GDF tests (require non-existing conftest.py)
---
yt/frontends/gdf/tests/test_outputs.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/yt/frontends/gdf/tests/test_outputs.py b/yt/frontends/gdf/tests/test_outputs.py
index 13e9b68..2aa5b27 100644
--- a/yt/frontends/gdf/tests/test_outputs.py
+++ b/yt/frontends/gdf/tests/test_outputs.py
@@ -8,6 +8,7 @@ from yt.utilities.answer_testing.answer_tests import small_patch_amr
sedov = "sedov/sedov_tst_0004.h5"
+@pytest.mark.skip
@pytest.mark.answer_test
class TestGDF:
answer_file = None
|