forked from pool/python-pip
Accepting request 788169 from devel:languages:python
- Skip virtualenv tests that are pinned to old virtualenv 16 OBS-URL: https://build.opensuse.org/request/show/788169 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=81
This commit is contained in:
parent
1d4598150d
commit
ced1a9187c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 19 09:42:10 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Skip virtualenv tests that are pinned to old virtualenv 16
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 5 10:19:17 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Wed Feb 5 10:19:17 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@ rm src/pip/_vendor/certifi/cacert.pem
|
|||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
export PYTHONPATH=build/lib
|
export PYTHONPATH=build/lib
|
||||||
%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
|
%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
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
|
Loading…
Reference in New Issue
Block a user