We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f6384 commit 0ea12edCopy full SHA for 0ea12ed
tox.ini
@@ -21,6 +21,7 @@ setenv =
21
whitelist_externals =
22
mkdir
23
commands =
24
+ {envpython} -m pip install 'pip>=21.1.1' # Evade CVE-2021-28363
25
noextra: {envpython} -m pip install {toxinidir}
26
format,perf: {envpython} -m pip install '{toxinidir}[format]'
27
format_nongpl: {envpython} -m pip install '{toxinidir}[format_nongpl]'
@@ -65,6 +66,7 @@ commands =
65
66
[testenv:safety]
67
deps = safety
68
69
70
{envpython} -m pip install '{toxinidir}[format]'
71
{envpython} -m safety check
72
0 commit comments