diff --git a/python-pdm.spec b/python-pdm.spec index 6ebbb54..03b356a 100644 --- a/python-pdm.spec +++ b/python-pdm.spec @@ -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