Skip to content

Commit

Permalink
Don't installs self in tox deps (#319)
Browse files Browse the repository at this point in the history
Tox already does that by default.

In Fedora, when we build RPM packages,
we use a tox plugin that installs the test requirements from RPMs.
It does not know how to install the package we are building.
  • Loading branch information
hroncok authored Aug 16, 2021
1 parent b2ea792 commit 9d47670
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ skipsdist = True
envlist = py36,py37,py38,py39,lint,cov

[testenv]
deps = .
-r{toxinidir}/test-requirements.txt
deps = -r{toxinidir}/test-requirements.txt
commands = pytest --doctest-modules auditwheel tests []

[testenv:lint]
Expand Down

0 comments on commit 9d47670

Please sign in to comment.