SHA256
1
0
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:
Matej Cepl 2022-11-15 19:09:48 +00:00 committed by Git OBS Bridge
parent 6012aa11fa
commit 7e8fb22f0e
2 changed files with 7 additions and 0 deletions

View File

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

View File

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