From 8a922f31e463e319480014cba2dd1e66ef2ce3fe8dac3ad32d3c332b0ed2f8c8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 22 Nov 2024 08:41:07 +0000 Subject: [PATCH] - remove duplicated "uses_network" skip OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=279 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index 11e1223..91d38ea 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 22 08:40:51 UTC 2024 - Dirk Müller + +- remove duplicated "uses_network" skip + ------------------------------------------------------------------- Thu Nov 21 12:01:23 UTC 2024 - Matej Cepl diff --git a/python-setuptools.spec b/python-setuptools.spec index a49f305..c05dc37 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -123,8 +123,6 @@ 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