Drop unneeded dependency on tox

There is no additional dependency generated by it, other than tox and tox-current-env.
There is no tox configuration in the source tarball.

If desired, there is a [test] extra, so we could use -x test instead,
but that would break the %if 0%{?fedora} tests dependencies separation.
This commit is contained in:
Miro Hrončok 2024-07-03 18:45:24 +02:00 committed by churchyard
commit 4dcec288f2

View file

@ -86,7 +86,7 @@ sed -i 's,--no-subtests-shortletter,,' pyproject.toml
%generate_buildrequires
%pyproject_buildrequires -t
%pyproject_buildrequires
%if 0%{?fedora}
# Fedora: use RPMified crates
cd src/rust