14
0
forked from pool/python-requre
2022-06-20 06:05:09 +00:00
committed by Git OBS Bridge
parent 8325a5b87a
commit b3be636eae
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Mon Jun 20 05:47:29 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
Mon Jun 20 06:04:36 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.8.2:
* default decorator if not given

View File

@@ -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