14
0

Accepting request 1225583 from home:mcepl:branches:devel:languages:python:jupyter

- Skip over the tests which require network.

OBS-URL: https://build.opensuse.org/request/show/1225583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=276
This commit is contained in:
2024-11-21 12:02:25 +00:00
committed by Git OBS Bridge
parent 1452eaf54e
commit 7de1b1f838
3 changed files with 15 additions and 13 deletions

View File

@@ -121,6 +121,10 @@ export LANG=en_US.UTF-8
export PIP_FIND_LINKS=$PWD/dist
# tests need imports from local source dir
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=" test_pbr_integration"
# looks for .exe files that we do not ship