Skip to content

Commit

Permalink
tox==4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwatson committed Jan 6, 2023
1 parent 9b40b9c commit 6d042bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.devel.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tox==3.14.3
tox==4.2.5
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ python =

[testenv]
usedevelop = True
deps = -r{toxinidir}/requirements.tests.txt
deps =
-r{toxinidir}/requirements.tests.txt
{toxinidir}
commands = py.test -v --cov=talisker --no-success-flaky-report
extras =
gunicorn
Expand Down

0 comments on commit 6d042bf

Please sign in to comment.