diff --git a/python-pip-api.changes b/python-pip-api.changes index f3d3e54..376784d 100644 --- a/python-pip-api.changes +++ b/python-pip-api.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 2 04:39:22 UTC 2023 - Steve Kowalik + +- Skip PEP508 tests since they require the network. + ------------------------------------------------------------------- Tue Feb 7 05:18:53 UTC 2023 - Steve Kowalik diff --git a/python-pip-api.spec b/python-pip-api.spec index 0087778..cecffc2 100644 --- a/python-pip-api.spec +++ b/python-pip-api.spec @@ -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