mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +00:00
Merge branch 'fix/tox-ssl' into 'master'
Avoid test failures with SSL proxies See merge request pycqa/flake8!371
This commit is contained in:
commit
ef7b21227d
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
tox.ini
|
|
@ -11,6 +11,10 @@ commands =
|
||||||
coverage run -m pytest {posargs}
|
coverage run -m pytest {posargs}
|
||||||
coverage combine
|
coverage combine
|
||||||
coverage report
|
coverage report
|
||||||
|
passenv =
|
||||||
|
CURL_CA_BUNDLE
|
||||||
|
REQUESTS_CA_BUNDLE
|
||||||
|
SSL_CERT_FILE
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
deps =
|
deps =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue