From f3490b28560d7c8eacddad4c55a0850fa504282a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 27 Feb 2024 11:03:25 +0100 Subject: [PATCH] Remove no longer needed BuildRequires for python3.10 --- python-tox.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/python-tox.spec b/python-tox.spec index dcbf474..521b201 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -47,9 +47,6 @@ BuildRequires: /usr/bin/python BuildRequires: libffi-devel # xdist is not used upstream, but we use it to speed up the %%check BuildRequires: python3-pytest-xdist -# for test_allowed_implicit_cli_envs[py310] -# TODO remove this once https://github.com/tox-dev/tox/pull/3108 is released -BuildRequires: python3.10 %if %{with ci_tests} # The CI tests only work if the tested tox is installed :( # This should technically be the same V-R, but the CI does not handle %%autorelease well