From 2bed9f4e2c7af2ad1ecb7ebf727e1058f193952c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 12 Apr 2021 13:42:22 +0200 Subject: dev-python/xarray: Deselect failing warning test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/779403 Signed-off-by: Michał Górny --- dev-python/xarray/xarray-0.17.0.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dev-python/xarray/xarray-0.17.0.ebuild') 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 } +} -- cgit v1.2.3