15
0

- Skip PEP508 tests since they require the network.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip-api?expand=0&rev=16
This commit is contained in:
2023-06-02 04:40:14 +00:00
committed by Git OBS Bridge
parent e03d9c968a
commit 285da26c6b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 2 04:39:22 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Skip PEP508 tests since they require the network.
-------------------------------------------------------------------
Tue Feb 7 05:18:53 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -56,8 +56,8 @@ rm -Rf ./pip_api/_vendor
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# Broken with current packaging
%pytest -k 'not test_installed_distributions_legacy_version'
# Broken with current packaging ; requires network
%pytest -k 'not (test_installed_distributions_legacy_version or test_parse_requirements_PEP508)'
%files %{python_files}
%doc README.md