Skip to content

Commit

Permalink
Style, and don't interfere with a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Feb 21, 2023
1 parent 83a199d commit 6b749cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jsonschema/benchmarks/validator_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "array",
"minLength": 1,
"maxLength": 1,
"items": {"type": "integer"}
"items": {"type": "integer"},
}


Expand Down
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ changedir = {envtmpdir}
passenv = CI, GITHUB_STEP_SUMMARY, PYTHONUTF8
setenv =
PIP_DISABLE_PIP_VERSION_CHECK = 1
PIP_QUIET = 1

JSON_SCHEMA_TEST_SUITE = {toxinidir}/json

Expand All @@ -27,9 +26,9 @@ allowlist_externals =
mkdir
sh
commands =
noextra: {envpython} -m pip install {toxinidir}
format,perf: {envpython} -m pip install '{toxinidir}[format]'
formatnongpl: {envpython} -m pip install '{toxinidir}[format-nongpl]'
noextra: {envpython} -m pip install --quiet {toxinidir}
format,perf: {envpython} -m pip install --quiet '{toxinidir}[format]'
formatnongpl: {envpython} -m pip install --quiet '{toxinidir}[format-nongpl]'

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

0 comments on commit 6b749cf

Please sign in to comment.