Skip to content

Commit 5baf5b0

Browse files
committed
tox: adjust deps order to favor arvados over schema-salad
1 parent d475a1b commit 5baf5b0

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
@@ -31,11 +31,11 @@ passenv =
3131
CI
3232
GITHUB_*
3333
deps =
34+
py3{8,9,10,11,12,13}-mypy: -rmypy-requirements.txt
3435
py3{8,9,10,11,12,13}-{unit,mypy}: -rrequirements.txt
3536
py3{8,9,10,11,12,13}-{unit,mypy}: -rtest-requirements.txt
3637
py3{8,9,10,11,12,13}-lint: -rlint-requirements.txt
3738
py3{8,9,10,11,12,13}-bandit: bandit
38-
py3{8,9,10,11,12,13}-mypy: -rmypy-requirements.txt
3939

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

0 commit comments

Comments
 (0)