diff --git a/python-requre.changes b/python-requre.changes index 850b004..6abda4e 100644 --- a/python-requre.changes +++ b/python-requre.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Mon Jun 20 05:47:29 UTC 2022 - Steve Kowalik +Mon Jun 20 06:04:36 UTC 2022 - Steve Kowalik - Update to 0.8.2: * default decorator if not given diff --git a/python-requre.spec b/python-requre.spec index 2532940..d1e69d3 100644 --- a/python-requre.spec +++ b/python-requre.spec @@ -78,7 +78,8 @@ export LANG=en_US.UTF-8 # needs network: test_record_requests, test_online_replacing, StoreAnyRequest # and TestWrite # test_a and InstalledCommand fail -%pytest -rs -k 'not (test_record_requests or test_online_replacing or StoreAnyRequest or TestWrite or (StoreFunctionOutput and test_a) or InstalledCommand)' +# Latency fails randomly on OBS slaves +%pytest -rs -k 'not (test_record_requests or test_online_replacing or StoreAnyRequest or TestWrite or (StoreFunctionOutput and test_a) or InstalledCommand or Latency)' %files %{python_files} %doc README.md