diff --git a/python-setuptools.changes b/python-setuptools.changes index e0c6a27..e4cdb09 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 19 09:28:07 UTC 2022 - Daniel Garcia + +- Skip test_pbr_integration because it tries to install pbr using pip from + network + ------------------------------------------------------------------- Wed Oct 19 07:04:34 UTC 2022 - Daniel Garcia - - Add fix-get-python-lib-python38.patch to fix get_python_lib() method in python3.8 bsc#1204395 - Update to version 65.5.0: diff --git a/python-setuptools.spec b/python-setuptools.spec index 193a2ae..f2cb256 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -124,6 +124,8 @@ export LANG=en_US.UTF-8 export PYTHONPATH=$(pwd) # no online comparisons in obs donttest="(test_apply_pyproject_equivalent_to_setupcfg and https)" +# test_pbr_integration tries to install pbr from network using pip +donttest+=" or test_pbr_integration" %pytest -rfE -n auto -k "not ($donttest)" %endif