From f7c91373731c936fd8e1ff0e99bc8528ed4313c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 28 Feb 2023 16:46:14 +0100 Subject: [PATCH] Add a comment justifying not using %pyproject_buildrequires -t + %tox --- babel.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/babel.spec b/babel.spec index 42eddff..5398b65 100644 --- a/babel.spec +++ b/babel.spec @@ -28,6 +28,9 @@ BuildRequires: python3-devel %if %{without bootstrap} BuildRequires: coreutils +# The Python test dependencies are not generated from tox.ini, +# because it would require complex patching to be usable +# and becasue we want to avoid the tox dependency in ELN/RHEL. BuildRequires: python3-pytest BuildRequires: python3-freezegun %if %{with pytz_tests}