From 4526c614eeb7063e952a5e21b897af24683ee799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 16 Dec 2018 01:16:04 +0100 Subject: [PATCH] Add test failures explanations, only deselect the 2 --- python-APScheduler.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-APScheduler.spec b/python-APScheduler.spec index ae4038e..762b3da 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -64,9 +64,10 @@ rm -rf docs/_build/html/.{doctrees,buildinfo} docs/_build/html/objects.inv %check # Default timezone to UTC otherwise unit tests fail. export TZ=UTC -# FIXME(hguemar): two test cases fail, one of them being a false positive -# Needs more investigation for the other -%{__python3} -m pytest ||: +# TestBaseScheduler.test_create_trigger_bad_plugin_type does incorrect mocking +# TestIntervalTrigger.test_repr - changed timedelta repr in Python 3.7 +# both fixed upstream +%{__python3} -m pytest -k "not (TestIntervalTrigger and test_repr) and not test_create_trigger_bad_plugin_type" %files -n python3-%{pypi_name} %license LICENSE.txt