Apply workaround for missing no_cover marker definition

See https://bugzilla.redhat.com/show_bug.cgi?id=1734775
This commit is contained in:
Miro Hrončok 2019-08-13 01:28:46 +02:00
parent 72579dd82f
commit f8ac7e33b4

View File

@ -77,7 +77,7 @@ make -C docs html
%if %{with tests}
%check
%{__python3} -m pytest
%{__python3} -m pytest -W ignore::pytest.PytestUnknownMarkWarning
# Tests skipped on Python 2:
# dateutil/test/property: Tests using python2-hypothesis are skipped to break