diff --git a/python-pynetdicom.spec b/python-pynetdicom.spec index e2e6c21..effc99c 100644 --- a/python-pynetdicom.spec +++ b/python-pynetdicom.spec @@ -7,7 +7,7 @@ DICOM Service Class Users (SCUs) and Service Class Providers (SCPs).} Name: python-%{modname} Version: 1.5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python implementation of the DICOM networking protocol License: MIT and (BSD or ASL 2.0) @@ -62,8 +62,7 @@ rm -rf docs/_build/html/{.doctrees,.buildinfo,.nojekyll} -vf # tests in the apps/ part not reliable, upstream advice to disable them # https://github.com/pydicom/pynetdicom/issues/498 -# test_fsm fails on koji but works locally -PYTHONPATH=%{buildroot}/%{python3_sitelib} %{__python3} -m pytest --deselect=pynetdicom/apps/tests --deselect=test_fsm +PYTHONPATH=%{buildroot}/%{python3_sitelib} %{__python3} -m pytest --deselect=pynetdicom/apps/tests -vvv %files -n python3-%{modname} %license LICENCE.txt @@ -76,6 +75,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} %{__python3} -m pytest --deselect=pyn %doc docs/_build/html %changelog +* Mon Aug 24 2020 Alessio - 1.5.3-2 +- Re-enable test_fsm in pytest + * Mon Aug 24 2020 Alessio - 1.5.3-1 - 1.5.3 release