diff --git a/mu.spec b/mu.spec index 17cebd0..f59316b 100644 --- a/mu.spec +++ b/mu.spec @@ -1,6 +1,6 @@ Name: mu Version: 1.0.3 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A simple Python editor not only for micro:bit License: GPLv3 URL: https://github.com/mu-editor/mu @@ -105,7 +105,9 @@ cp -p conf/mu.appdata.xml %{buildroot}%{_metainfodir}/ %check -xvfb-run %{python3} -m pytest -vv tests +# test_ButtonBar_add_action mocks `super` which conflicts with pkg_resources +# Issue: https://github.com/mu-editor/mu/issues/2091 +xvfb-run %{python3} -m pytest -vv tests -k "not test_ButtonBar_add_action" %files -f %{pyproject_files} @@ -118,6 +120,9 @@ xvfb-run %{python3} -m pytest -vv tests %changelog +* Mon Mar 07 2022 Karolina Surma - 1.0.3-15 +- Skip test that fails with setuptools >= 60.6 + * Thu Jan 20 2022 Fedora Release Engineering - 1.0.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild