Apply workaround for missing no_cover marker definition
See https://bugzilla.redhat.com/show_bug.cgi?id=1734775
This commit is contained in:
parent
72579dd82f
commit
f8ac7e33b4
@ -77,7 +77,7 @@ make -C docs html
|
|||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
%{__python3} -m pytest
|
%{__python3} -m pytest -W ignore::pytest.PytestUnknownMarkWarning
|
||||||
|
|
||||||
# Tests skipped on Python 2:
|
# Tests skipped on Python 2:
|
||||||
# dateutil/test/property: Tests using python2-hypothesis are skipped to break
|
# dateutil/test/property: Tests using python2-hypothesis are skipped to break
|
||||||
|
Loading…
Reference in New Issue
Block a user