File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 6
6
"type" : "array" ,
7
7
"minLength" : 1 ,
8
8
"maxLength" : 1 ,
9
- "items" : {"type" : "integer" }
9
+ "items" : {"type" : "integer" },
10
10
}
11
11
12
12
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ changedir = {envtmpdir}
15
15
passenv = CI, GITHUB_STEP_SUMMARY, PYTHONUTF8
16
16
setenv =
17
17
PIP_DISABLE_PIP_VERSION_CHECK = 1
18
- PIP_QUIET = 1
19
18
20
19
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
21
20
@@ -27,9 +26,9 @@ allowlist_externals =
27
26
mkdir
28
27
sh
29
28
commands =
30
- noextra: {envpython} -m pip install {toxinidir}
31
- format,perf: {envpython} -m pip install ' {toxinidir}[format]'
32
- formatnongpl: {envpython} -m pip install ' {toxinidir}[format-nongpl]'
29
+ noextra: {envpython} -m pip install --quiet {toxinidir}
30
+ format,perf: {envpython} -m pip install --quiet ' {toxinidir}[format]'
31
+ formatnongpl: {envpython} -m pip install --quiet ' {toxinidir}[format-nongpl]'
33
32
34
33
audit: {envpython} -m pip_audit
35
34
audit-formatnongpl: {envpython} -m piplicenses {posargs} --ignore-packages pip-requirements-parser pip_audit pip-api --allow-only =" Apache Software License;ISC License (ISCL);MIT License;BSD License;Mozilla Public License 2.0 (MPL 2.0)"
You can’t perform that action at this time.
0 commit comments