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:
parent
3d1bdaeb45
commit
4dcec288f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue