14
0
forked from pool/python-pip

osc copypac from project:openSUSE:Factory package:python-pip revision:47

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=80
This commit is contained in:
Tomáš Chvátal
2020-03-25 11:56:51 +00:00
committed by Git OBS Bridge
parent 1f5afbea3e
commit 1d4598150d
2 changed files with 1 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ rm src/pip/_vendor/certifi/cacert.pem
%if %{with test}
%check
export PYTHONPATH=build/lib
%pytest -k 'not network and not (test_build_env_allow_only_one_install or test_build_env_requirements_check or test_build_env_overlay_prefix_has_priority or test_build_env_isolation or test_should_cache_git_sha)' tests/unit
%pytest -k 'not (network or test_config_file_venv_option or test_build_env_allow_only_one_install or test_build_env_requirements_check or test_build_env_overlay_prefix_has_priority or test_build_env_isolation)' tests/unit
%endif
%pre