From 663b3097eabcd6cb370ea2d7e1bd762b806348ac05cf106acb07fa108653c59b Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 19 Oct 2022 09:33:51 +0000 Subject: [PATCH] - Skip test_pbr_integration because it tries to install pbr using pip from network OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=228 --- python-setuptools.changes | 7 ++++++- python-setuptools.spec | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) 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