15
0

Accepting request 1128597 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1128597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip-api?expand=0&rev=10
This commit is contained in:
2023-11-24 22:35:17 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 24 08:08:45 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- Skip more tests that need network access
-------------------------------------------------------------------
Tue Jun 13 08:58:11 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

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