From b69ca542d884adee03bf6e282454e8ef80f94b26 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Nov 25 2020 12:45:54 +0000 Subject: Skip test not compatible with Python 3.10 --- diff --git a/python-ipywidgets.spec b/python-ipywidgets.spec index 2b4131a..6d5aefd 100644 --- a/python-ipywidgets.spec +++ b/python-ipywidgets.spec @@ -61,7 +61,10 @@ rm -rf html/.{doctrees,buildinfo} %py3_install %check -%pytest +# The skipped test is not compatible with Py 3.10 and was already +# removed upstream together with the related functionality. +# https://github.com/jupyter-widgets/ipywidgets/commit/372457b8cb1523ecd5120b508e2d9c3a5f43c2e8 +%pytest -k "not test_priority" %files -n python3-%{pypi_name} %license LICENSE