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