Add a comment justifying not using %pyproject_buildrequires -t + %tox

This commit is contained in:
Miro Hrončok 2023-02-28 16:46:14 +01:00
parent 16540ca168
commit f7c9137373

View File

@ -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}