From a2b590b776a881df253f8e108d90c8602a88171387ec4344e5908b4568ede660 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 28 Nov 2024 21:42:13 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/python-setuptools revision 86 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=b2b430205cd916a3c262dd3416593107 --- python-setuptools.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-setuptools.spec b/python-setuptools.spec index c05dc37..a49f305 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -123,6 +123,8 @@ export PIP_FIND_LINKS=$PWD/dist export PYTHONPATH=$(pwd) # no online comparisons in obs donttest="(test_apply_pyproject_equivalent_to_setupcfg and https)" +# no network access +donttest+=" or uses_network" # test_pbr_integration tries to install pbr from network using pip donttest+=" or test_pbr_integration" # looks for .exe files that we do not ship