Skip to content

Commit

Permalink
build: use all the defined test requirements
Browse files Browse the repository at this point in the history
This fixes the testing with tox.

Signed-off-by: Pino Toscano <[email protected]>
  • Loading branch information
ptoscano committed Oct 4, 2023
1 parent af117ec commit 3e0f3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
envlist = py36,py39,py311,py312,flake8

[testenv]
deps = pytest>=3.0
deps = -r test-requirements.txt
commands = pytest {posargs:tests}

[testenv:flake8]
Expand Down

0 comments on commit 3e0f3d8

Please sign in to comment.