From f8ac7e33b4c5d0d591317d5afa2a4f45afe32bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 13 Aug 2019 01:28:46 +0200 Subject: [PATCH] Apply workaround for missing no_cover marker definition See https://bugzilla.redhat.com/show_bug.cgi?id=1734775 --- python-dateutil.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-dateutil.spec b/python-dateutil.spec index a8d9e10..5daa39e 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -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