summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-10-24 23:59:03 -0400
committerJulian Berman <Julian@GrayVines.com>2021-10-24 23:59:03 -0400
commit5f399af9cd5fc15a0e0d7e48171b6a58e20d7753 (patch)
treebab2949e204c4a6ccf10fd17e40781267437e04d
parentaf78d65ccf3164f37083eaf023db5704d004bbc6 (diff)
downloadjsonschema-5f399af9cd5fc15a0e0d7e48171b6a58e20d7753.tar.gz
in-tree-build is now the default in pip
-rw-r--r--tox.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 809ae6d..cb2fbeb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,10 +24,9 @@ whitelist_externals =
commands =
{envpython} -m pip install 'pip>=21.1.1' # Evade CVE-2021-28363
- # Remove once pypa/pip#7555 is closed.
- noextra: {envpython} -m pip install --use-feature=in-tree-build {toxinidir}
- format,perf: {envpython} -m pip install --use-feature=in-tree-build '{toxinidir}[format]'
- format_nongpl: {envpython} -m pip install --use-feature=in-tree-build '{toxinidir}[format_nongpl]'
+ noextra: {envpython} -m pip install {toxinidir}
+ format,perf: {envpython} -m pip install '{toxinidir}[format]'
+ format_nongpl: {envpython} -m pip install '{toxinidir}[format_nongpl]'
tests,coverage,codecov: {envpython} -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
tests: {envpython} -m doctest {toxinidir}/README.rst