From d7a96d26f431c32787c80af06b8bb7b8ca4b2237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 9 Aug 2021 20:48:52 +0200 Subject: [PATCH] Enable previously failing test --- python-pip.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index 63d21cb..31998f9 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -339,8 +339,6 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir} # needs unaltered sys.path and we cannot do that in %%check # test_pep517_and_build_options # test_config_file_venv_option -# TODO investigate failures -# test_uninstall_non_local_distutils # Incompatible with the latest virtualenv # test_from_link_vcs_with_source_dir_obtains_commit_id # test_from_link_vcs_without_source_dir @@ -348,7 +346,6 @@ install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir} pytest_k='not completion and not test_pep517_and_build_options and not test_config_file_venv_option and - not test_uninstall_non_local_distutils and not test_from_link_vcs_with_source_dir_obtains_commit_id and not test_from_link_vcs_without_source_dir and not test_should_cache_git_sha'