Accepting request 1227289 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1227289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools?expand=0&rev=87
This commit is contained in:
Ana Guerrero 2024-11-30 12:27:25 +00:00 committed by Git OBS Bridge
commit 8b6a9ab5b2
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 22 08:40:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- remove duplicated "uses_network" skip
-------------------------------------------------------------------
Thu Nov 21 12:01:23 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -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