From 1f5afbea3e28e64729dc141f0050d5603e23aa35e763cf217c4f27f6e70c98e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 19 Mar 2020 09:43:50 +0000 Subject: [PATCH] - Skip virtualenv tests that are pinned to old virtualenv 16 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=79 --- python-pip.changes | 5 +++++ python-pip.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pip.changes b/python-pip.changes index d7809e4..1f7551e 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 19 09:42:10 UTC 2020 - Tomáš Chvátal + +- Skip virtualenv tests that are pinned to old virtualenv 16 + ------------------------------------------------------------------- Wed Feb 5 10:19:17 UTC 2020 - Ondřej Súkup diff --git a/python-pip.spec b/python-pip.spec index d7bf054..896afd8 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -95,7 +95,7 @@ rm src/pip/_vendor/certifi/cacert.pem %if %{with test} %check 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 %pre