mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-25 05:19:53 +00:00
simplify comment (from review)
This commit is contained in:
parent
c731473d9e
commit
1f5b647bee
7
tox.ini
7
tox.ini
@ -69,12 +69,7 @@ commands =
|
|||||||
|
|
||||||
[testenv:draftnews]
|
[testenv:draftnews]
|
||||||
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
|
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
|
||||||
# Get "certifi" to avoid bug #2913. Basically if a `setup_requires=...` causes
|
# see comment in [testenv] about "certifi"
|
||||||
# a package to be installed (with setuptools) then it'll fail on certain
|
|
||||||
# platforms (travis's OX-X 10.12, Slackware 14.2) because PyPI's TLS
|
|
||||||
# requirements (TLS >= 1.2) are incompatible with the old TLS clients
|
|
||||||
# available to those systems. Installing it ahead of time (with pip) avoids
|
|
||||||
# this problem.
|
|
||||||
whitelist_externals = mv
|
whitelist_externals = mv
|
||||||
deps =
|
deps =
|
||||||
certifi
|
certifi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user