From f8c2db6c9e31be71d1067a6c78e50e02dbfd3109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 9 Mar 2023 00:55:24 +0100 Subject: [PATCH] Remove outdated commented-out code The relevant Fedora Rawhide bit was removed recently in ec0bb16ee59577a47b8962611c1e7ae2bf43ca58, but the EPEL 9 package does not require pyproject-rpm-macros >= 1.6.3, because it uses %pyproject_buildrequires -w. --- python-virtualenv.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python-virtualenv.spec b/python-virtualenv.spec index d6d75c3..9beb350 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -109,12 +109,6 @@ echo '__version__, __version_tuple__ = version, version_tuple' >> %{buildroot}%{ %if %{with tests} %check -# Existing dist-info folder confuses -# importlib.metadata entry points and -# that leads to failed tests where -# virtualenv is run via subprocess. -# rm -rv *.dist-info -- EPEL 9: this file is not here with %%pyproject_buildrequires -w - # Skip tests which requires internet or some extra dependencies # Requires internet: # - test_download_*