Enable previously failing test

Related: rhbz#1932713
This commit is contained in:
Miro Hrončok 2021-08-09 20:48:52 +02:00 committed by Charalampos Stratakis
parent c2ef944b25
commit a062b7b16f

View File

@ -342,8 +342,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
@ -351,7 +349,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'