Merge pull request #687 from tahoe-lafs/3276.appveyor-vs-setuptools

Attempt to inherit the base dependencies in the pyinstaller env

Fixes: ticket:3276
This commit is contained in:
Jean-Paul Calderone 2020-01-20 14:04:43 -05:00 committed by GitHub
commit 0d7304a2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@ after_test:
%PYTHON%\python.exe setup.py bdist_wheel
%PYTHON%\python.exe -m pip wheel -w dist .
- |
%PYTHON%\python.exe -m pip install codecov coverage
%PYTHON%\python.exe -m pip install codecov "coverage ~= 4.5"
%PYTHON%\python.exe -m coverage xml -o coverage.xml -i
%PYTHON%\python.exe -m codecov -X search -X gcov -f coverage.xml

0
newsfragments/3276.minor Normal file
View File

View File

@ -171,6 +171,7 @@ commands =
install_command = python -m pip install --no-use-pep517 {opts} {packages}
extras =
deps =
{[testenv]deps}
packaging
pyinstaller
# Setting PYTHONHASHSEED to a known value assists with reproducible builds.