forked from pool/python-pdm
- Skip failing test (gh#pdm-project/pdm#1516).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=21
This commit is contained in:
parent
6012aa11fa
commit
7e8fb22f0e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 19:09:33 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Skip failing test (gh#pdm-project/pdm#1516).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 16:22:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
@ -105,6 +105,8 @@ donttest="network"
|
||||
# mock testing finds the wrong python versions in our multiflavor setup
|
||||
donttest="$donttest or test_project_packages_path or test_conda_backend_create"
|
||||
donttest="$donttest or test_init_non_interactive"
|
||||
# gh#pdm-project/pdm#1516
|
||||
donttest="$donttest or test_use_invalid_wrapper_python"
|
||||
%pytest -k "not ($donttest)"
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user