File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,9 @@ whitelist_externals =
24
24
commands =
25
25
{envpython} -m pip install 'pip>=21.1.1' # Evade CVE-2021-28363
26
26
27
- # Remove once pypa/pip#7555 is closed.
28
- noextra: {envpython} -m pip install --use-feature=in-tree-build {toxinidir}
29
- format,perf: {envpython} -m pip install --use-feature=in-tree-build '{toxinidir}[format]'
30
- format_nongpl: {envpython} -m pip install --use-feature=in-tree-build '{toxinidir}[format_nongpl]'
27
+ noextra: {envpython} -m pip install {toxinidir}
28
+ format,perf: {envpython} -m pip install '{toxinidir}[format]'
29
+ format_nongpl: {envpython} -m pip install '{toxinidir}[format_nongpl]'
31
30
32
31
tests,coverage,codecov: {envpython} -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
33
32
tests: {envpython} -m doctest {toxinidir}/README.rst
You can’t perform that action at this time.
0 commit comments