- 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:
parent
c0badd16dd
commit
663b3097ea
@ -1,7 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 19 09:28:07 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Skip test_pbr_integration because it tries to install pbr using pip from
|
||||
network
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 19 07:04:34 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
- Add fix-get-python-lib-python38.patch to fix get_python_lib() method in
|
||||
python3.8 bsc#1204395
|
||||
- Update to version 65.5.0:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user