Skip to content

Commit 6b04a85

Browse files
committed
tox: cleanup tox.ini
1) The minversion directive used is meant to set minimum tox version and not the python version to be used. It is hence used incorrectly here. 2) Set the default tox action run to the code checking tools only. Signed-off-by: Sachin Prabhu <[email protected]>
1 parent d910a27 commit 6b04a85

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tox.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
21
[tox]
3-
envlist = pytest, sanity, flake8, black, mypy, py39, py310, py311
2+
envlist = flake8, black, mypy
43
isolated_build = True
54

65
[testenv]
7-
minversion = 3.9
86
passenv =
97
TEST_INFO_FILE
108
PYTHONPATH
11-
deps = pytest
12-
commands = py.test -v .
139

1410
[testenv:pytest]
1511
deps =

0 commit comments

Comments
 (0)