diff options
Diffstat (limited to 'dev-python/xarray')
| -rw-r--r-- | dev-python/xarray/xarray-2024.11.0.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/xarray/xarray-2024.11.0.ebuild b/dev-python/xarray/xarray-2024.11.0.ebuild index 513d810dd3fc..aa288424525f 100644 --- a/dev-python/xarray/xarray-2024.11.0.ebuild +++ b/dev-python/xarray/xarray-2024.11.0.ebuild @@ -121,6 +121,12 @@ python_test() { ) fi + if ! has_version "dev-python/seaborn[${PYTHON_USEDEP}]"; then + EPYTEST_DESELECT+=( + xarray/tests/test_plot.py::TestContour::test_colors + ) + fi + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 epytest } |
