Merge pull request #534 from tahoe-lafs/2956.appveyor-tox-errors

Fix the AppVeyor CI job

This works around a Tox bug that prevents the job from even starting to run any tests.

Fixes ticket:2956
This commit is contained in:
Jean-Paul Calderone 2019-01-23 14:17:10 -05:00 committed by GitHub
commit d3b28e1d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

1
newsfragments/2956.other Normal file
View File

@ -0,0 +1 @@
The Tox configuration has been fixed to work around a problem on Windows CI.

View File

@ -12,7 +12,6 @@ minversion = 2.4
skipsdist = True
[testenv]
basepython=python2.7
passenv = TAHOE_LAFS_* PIP_* SUBUNITREPORTER_* USERPROFILE HOMEDRIVE HOMEPATH
# Get "certifi" to avoid bug #2913. Basically if a `setup_requires=...` causes
# a package to be installed (with setuptools) then it'll fail on certain