SHA256
1
0
forked from pool/python-pdm

Skip over test_use_python_by_version as well.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdm?expand=0&rev=4
This commit is contained in:
Matej Cepl 2022-01-24 21:39:36 +00:00 committed by Git OBS Bridge
parent dc692a2afd
commit dd89e2cd8e

View File

@ -112,7 +112,7 @@ doesn't need to create a virtualenv at all!
%check
# the test_show_self_package is gh#pdm-project/pdm#865
%pytest -k 'not (network or path or test_show_self_package)'
%pytest -s -k 'not (network or path or test_show_self_package or test_use_python_by_version)'
%files %{python_files}
%doc README.md