14
0

- Skip test_pbr_integration because it tries to install pbr using pip from

network

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=228
This commit is contained in:
2022-10-19 09:33:51 +00:00
committed by Git OBS Bridge
parent c0badd16dd
commit 663b3097ea
2 changed files with 8 additions and 1 deletions

View File

@@ -124,6 +124,8 @@ export LANG=en_US.UTF-8
export PYTHONPATH=$(pwd)
# no online comparisons in obs
donttest="(test_apply_pyproject_equivalent_to_setupcfg and https)"
# test_pbr_integration tries to install pbr from network using pip
donttest+=" or test_pbr_integration"
%pytest -rfE -n auto -k "not ($donttest)"
%endif