Skip to content

Commit 39c4143

Browse files
committed
tox: adjust deps order to favor arvados over schema-salad
1 parent 3e8fa61 commit 39c4143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ passenv =
3030
CI
3131
GITHUB_*
3232
deps =
33+
py3{8,9,10,11,12}-mypy: -rmypy-requirements.txt
3334
py3{8,9,10,11,12}-{unit,mypy}: -rrequirements.txt
3435
py3{8,9,10,11,12}-{unit,mypy}: -rtest-requirements.txt
3536
py3{8,9,10,11,12}-lint: -rlint-requirements.txt
3637
py3{8,9,10,11,12}-bandit: bandit
37-
py3{8,9,10,11,12}-mypy: -rmypy-requirements.txt
3838

3939
setenv =
4040
py3{8,9,10,11,12}-unit: LC_ALL = C.UTF-8

0 commit comments

Comments
 (0)