File: Skip-GDF-tests-require-non-existing-conftest.py.patch

package info (click to toggle)
yt 4.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 18,084 kB
  • sloc: python: 132,484; ansic: 5,628; cpp: 1,588; javascript: 352; makefile: 138; sh: 43; csh: 36
file content (20 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (3)
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