@@ -4,7 +4,7 @@ envlist =
4
4
py3{6,8,9,10,11,12}-unit,
5
5
py3{8,9,10,11,12}-bandit,
6
6
py3{8,9,10,11,12}-mypy,
7
- py3{8,9,10,11,12 }-memleak,
7
+ py3{8,9,10,11}-memleak,
8
8
py311-lintreadme,
9
9
py311-pydocstyle
10
10
@@ -29,7 +29,7 @@ description =
29
29
py3{6,8,9,10,11,12}-lint: Lint the Python code
30
30
py3{8,9,10,11,12}-bandit: Search for common security issues
31
31
py3{8,9,10,11,12}-mypy: Check for type safety
32
- py3{8,9,10,11,12 }-memleak: Simple test for memory leaks with mypyc
32
+ py3{8,9,10,11}-memleak: Simple test for memory leaks with mypyc
33
33
py311-pydocstyle: docstring style checker
34
34
py311-lintreadme: Lint the README.rst->.md conversion
35
35
44
44
py3{8,9,10,11,12}-bandit: bandit < 1.8
45
45
py3{8,9,10,11,12}-{mypy,memleak}: -rmypy-requirements.txt
46
46
py38-mypy: importlib_metadata # for mypy_3.6
47
- py3{8,9,10,11,12 }-memleak: cwl-utils
48
- py3{8,9,10,11,12 }-memleak: objgraph
47
+ py3{8,9,10,11}-memleak: cwl-utils
48
+ py3{8,9,10,11}-memleak: objgraph
49
49
# don't forget to update dev-requirements.txt as well
50
50
51
51
setenv =
@@ -58,9 +58,9 @@ commands =
58
58
py3{6,8,9,10,11,12}-lint: make flake8
59
59
py3{6,8,9,10,11,12}-lint: make format-check
60
60
py3{8,9,10,11,12}-mypy: make mypy
61
- py3{8,9,10,11,12 }-mypy: make mypyc
62
- py3{8,9,10,11,12 }-memleak: make mypyi
63
- py3{8,9,10,11,12 }-memleak: python schema_salad/tests/memory-leak-check.py schema_salad/tests/test_real_cwl/ICGC-TCGA-PanCancer/preprocess_vcf.cwl
61
+ py3{8,9,10,11}-mypy: make mypyc
62
+ py3{8,9,10,11}-memleak: make mypyi
63
+ py3{8,9,10,11}-memleak: python schema_salad/tests/memory-leak-check.py schema_salad/tests/test_real_cwl/ICGC-TCGA-PanCancer/preprocess_vcf.cwl
64
64
py38-mypy: make mypy_3.6
65
65
66
66
allowlist_externals =
0 commit comments