summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/xarray/xarray-0.17.0.ebuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-python/xarray/xarray-0.17.0.ebuild b/dev-python/xarray/xarray-0.17.0.ebuild
index 894b1d80800a..f797bf1c514c 100644
--- a/dev-python/xarray/xarray-0.17.0.ebuild
+++ b/dev-python/xarray/xarray-0.17.0.ebuild
@@ -31,3 +31,12 @@ BDEPEND="
)"
distutils_enable_tests pytest
+
+python_test() {
+ local deselect=(
+ # warning-targeted tests are fragile and not important to end users
+ xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get
+ )
+
+ epytest ${deselect[@]/#/--deselect }
+}