Skip to content

Commit 6b749cf

Browse files
committed
Style, and don't interfere with a test.
1 parent 83a199d commit 6b749cf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

jsonschema/benchmarks/validator_creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "array",
77
"minLength": 1,
88
"maxLength": 1,
9-
"items": {"type": "integer"}
9+
"items": {"type": "integer"},
1010
}
1111

1212

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ changedir = {envtmpdir}
1515
passenv = CI, GITHUB_STEP_SUMMARY, PYTHONUTF8
1616
setenv =
1717
PIP_DISABLE_PIP_VERSION_CHECK = 1
18-
PIP_QUIET = 1
1918

2019
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
2120

@@ -27,9 +26,9 @@ allowlist_externals =
2726
mkdir
2827
sh
2928
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]'
3332

3433
audit: {envpython} -m pip_audit
3534
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)"

0 commit comments

Comments
 (0)