Skip to content

Commit

Permalink
Upgrade tox
Browse files Browse the repository at this point in the history
  • Loading branch information
opatrascoiu committed Aug 8, 2023
1 parent 955dbb2 commit 1ee11e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dmn-tck-it/dmn-tck-it-python-translator/tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tox]
minversion = 3.25.0
minversion = 4.0.2
envlist = py310,flake8
isolated_build = True

[testenv]
deps = -Ur{toxinidir}/requirements.txt
-Ur{toxinidir}/requirements.testing.txt
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/requirements.testing.txt
commands =
python -m pytest

Expand All @@ -25,7 +25,7 @@ extend-ignore =
# function and variable names should be lowercase
N801, N802, N803, N806,
# Not used import or variable
F401, F841
F401, F823, F841
# Visual effect
E124, E128, E301, E501
per-file-ignores =
Expand Down

0 comments on commit 1ee11e1

Please sign in to comment.