summaryrefslogtreecommitdiff
path: root/dev-python/xarray/files/xarray-0.10.8-skip-broken-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/xarray/files/xarray-0.10.8-skip-broken-test.patch')
-rw-r--r--dev-python/xarray/files/xarray-0.10.8-skip-broken-test.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/xarray/files/xarray-0.10.8-skip-broken-test.patch b/dev-python/xarray/files/xarray-0.10.8-skip-broken-test.patch
deleted file mode 100644
index 62798cbcb5ba..000000000000
--- a/dev-python/xarray/files/xarray-0.10.8-skip-broken-test.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/xarray/tests/test_variable.py b/xarray/tests/test_variable.py
-index 290c7a6e..d49a048e 100644
---- a/xarray/tests/test_variable.py
-+++ b/xarray/tests/test_variable.py
-@@ -373,6 +373,7 @@ class VariableSubclassTestCases(object):
- assert v[0].values == np.asarray(data)[0]
- assert np.asarray(v[0]) == np.asarray(data)[0]
-
-+ @pytest.mark.skip("Fails on Gentoo")
- def test_equals_all_dtypes(self):
- for v, _ in self.example_1d_objects():
- v2 = v.copy()