mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +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 combine
|
||||
coverage report
|
||||
passenv =
|
||||
CURL_CA_BUNDLE
|
||||
REQUESTS_CA_BUNDLE
|
||||
SSL_CERT_FILE
|
||||
|
||||
[testenv:venv]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue