Stop deselecting a test that was removed upstream

This commit is contained in:
Miro Hrončok 2023-09-26 15:00:06 +02:00
parent b1e90a1fe3
commit 4d7949ae1e

View File

@ -20,9 +20,10 @@ BuildRequires: git-core
BuildRequires: mercurial BuildRequires: mercurial
%endif %endif
# Manually listed test dependencies from tox.ini, to avoid pulling tox into RHEL # Manually listed test dependencies from tox.ini, to avoid pulling tox into RHEL
# Omit virtualenv, used only for test_distlib_setuptools_works skipped below (requires internet)
BuildRequires: python3dist(pytest) BuildRequires: python3dist(pytest)
BuildRequires: python3dist(setuptools) >= 45 BuildRequires: python3dist(setuptools) >= 45
# virtualenv omitted, see https://github.com/pypa/setuptools_scm/pull/940
# rich omitted, pulled in as build-backend dependency
%endif %endif
%description %description
@ -60,8 +61,8 @@ It also handles file finders for the supported SCMs.
%if %{with tests} %if %{with tests}
%check %check
# Both of the skipped tests try to download from the internet # Skipped test tries to download from the internet
%pytest -v -k 'not test_pip_download and not test_distlib_setuptools_works' %pytest -v -k 'not test_pip_download'
%endif %endif