From 8325a5b87a4ef1eb8ab4fa2b828c7a14ef99f93d5d7898c3adbd7f3ab85fac5c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 20 Jun 2022 05:48:33 +0000 Subject: [PATCH] Sort out tests correctly OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requre?expand=0&rev=4 --- python-requre.changes | 4 ++-- python-requre.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python-requre.changes b/python-requre.changes index 14c5eb1..850b004 100644 --- a/python-requre.changes +++ b/python-requre.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Jun 16 04:31:02 UTC 2022 - Steve Kowalik +Mon Jun 20 05:47:29 UTC 2022 - Steve Kowalik - Update to 0.8.2: * default decorator if not given @@ -14,7 +14,7 @@ Thu Jun 16 04:31:02 UTC 2022 - Steve Kowalik * Fix the problem with kwarg decorators that causes the function body not to be executed. - Change skipped tests expression due to reorganization. -- Add GitPython to BuildRequires +- Add GitPython to {Build,}Requires ------------------------------------------------------------------- Wed Nov 18 00:26:30 UTC 2020 - John Vandenberg diff --git a/python-requre.spec b/python-requre.spec index b509904..2532940 100644 --- a/python-requre.spec +++ b/python-requre.spec @@ -77,8 +77,8 @@ rm tests/test_E2E_ogr.py export LANG=en_US.UTF-8 # needs network: test_record_requests, test_online_replacing, StoreAnyRequest # and TestWrite -# test_a fails -%pytest -rs -k 'not (test_record_requests or test_online_replacing or StoreAnyRequest or TestWrite or (StoreFunctionOutput and test_a))' +# 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)' %files %{python_files} %doc README.md