forked from pool/python-pip-api
- 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user