#1 Skip test not compatible with Python 3.10
Merged 3 years ago by lbalhar. Opened 3 years ago by lbalhar.
rpms/ lbalhar/python-ipywidgets master  into  master

file modified
+4 -1
@@ -61,7 +61,10 @@ 

  %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