Skip to content

Commit 5f399af

Browse files
committed
in-tree-build is now the default in pip
1 parent af78d65 commit 5f399af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ whitelist_externals =
2424
commands =
2525
{envpython} -m pip install 'pip>=21.1.1' # Evade CVE-2021-28363
2626
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]'
3130
3231
tests,coverage,codecov: {envpython} -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
3332
tests: {envpython} -m doctest {toxinidir}/README.rst

0 commit comments

Comments
 (0)