Merge pull request #1080 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

View File

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

0
newsfragments/3722.minor Normal file
View File

View File

@ -104,7 +104,7 @@ setenv =
commands = commands =
python --version python --version
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures' # 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 combine
coverage report coverage report