From efaa391eed1e994d6a4bb3f72c75419b5d9ccf6248d3a61e0498ee033d78c1fd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 24 Nov 2023 14:10:40 +0000 Subject: [PATCH] Accepting request 1128493 from home:alarrosa:branches:devel:languages:python - Skip more tests that need network access OBS-URL: https://build.opensuse.org/request/show/1128493 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-api?expand=0&rev=20 --- python-pip-api.changes | 5 +++++ python-pip-api.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pip-api.changes b/python-pip-api.changes index ab5df1e..ee170c0 100644 --- a/python-pip-api.changes +++ b/python-pip-api.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 24 08:08:45 UTC 2023 - Antonio Larrosa + +- Skip more tests that need network access + ------------------------------------------------------------------- Tue Jun 13 08:58:11 UTC 2023 - ecsos diff --git a/python-pip-api.spec b/python-pip-api.spec index 51eef61..d727de4 100644 --- a/python-pip-api.spec +++ b/python-pip-api.spec @@ -59,7 +59,7 @@ rm -Rf ./pip_api/_vendor %check # Broken with current packaging ; requires network -%pytest -k 'not (test_installed_distributions_legacy_version)' +%pytest -k 'not (test_installed_distributions_legacy_version or test_installed_distributions or test_invoke_install or test_invoke_uninstall or test_isolation or test_all_the_right_pips or test_version)' %files %{python_files} %doc README.md