Merge pull request from tahoe-lafs/3722.integration-tests-windows-python-3

Enable integration tests on Windows for Python 3

Fixes ticket:3722
This commit is contained in:
Itamar Turner-Trauring 2021-06-10 16:31:25 -04:00 committed by GitHub
commit 59b09b60d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions
.github/workflows
newsfragments
tox.ini

@ -173,13 +173,15 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
- windows-latest
- ubuntu-latest
python-version:
- 2.7
- 3.6
- 3.9
include:
- os: ubuntu-latest
python-version: 3.6
- os: macos-latest
python-version: 2.7
steps:

0
newsfragments/3722.minor Normal file

@ -104,7 +104,7 @@ setenv =
commands =
python --version
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
python3 -b -m pytest --timeout=1800 --coverage -v {posargs:integration}
py.test --timeout=1800 --coverage -v {posargs:integration}
coverage combine
coverage report