File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,9 @@ setenv =
22
22
whitelist_externals =
23
23
mkdir
24
24
commands =
25
- {envpython} -m pip install ' pip>=21.1.1' # Evade CVE-2021-28363
26
-
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]'
25
+ noextra: {envpython} -m pip install --disable-pip-version-check {toxinidir}
26
+ format,perf: {envpython} -m pip install --disable-pip-version-check ' {toxinidir}[format]'
27
+ format_nongpl: {envpython} -m pip install --disable-pip-version-check ' {toxinidir}[format_nongpl]'
30
28
31
29
# Ignore the deprecation warning until pypa/setuptools#3276 is released
32
30
tests,coverage,codecov: {envpython} -Werror -W" ignore:module 'sre_constants' is deprecated:DeprecationWarning" -m {env:MAYBE_COVERAGE:} twisted.trial {posargs:jsonschema}
@@ -69,11 +67,7 @@ commands =
69
67
[testenv:safety]
70
68
deps = safety
71
69
commands =
72
- {envpython} -m pip install ' pip>=21.1.1' # Evade CVE-2021-28363
73
-
74
- # Remove once pypa/pip#7555 is closed.
75
- {envpython} -m pip install --use-feature =in-tree-build ' {toxinidir}[format]'
76
-
70
+ {envpython} -m pip install --disable-pip-version-check ' {toxinidir}[format]'
77
71
{envpython} -m safety check
78
72
79
73
[testenv:secrets]
You can’t perform that action at this time.
0 commit comments