We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
windows-latest
2 parents af0e243 + 3b3bbfd commit 8723db4Copy full SHA for 8723db4
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
platform:
25
- ubuntu-latest
26
- macos-latest
27
- - windows-2019
+ - windows-latest
28
include:
29
- platform: ubuntu-latest
30
python: "3.10"
tox.ini
@@ -20,13 +20,21 @@ passenv =
20
windir # required for test_pkg_resources
21
# honor git config in pytest-perf
22
HOME
23
+ # workaround for tox-dev/tox#2382
+ PROGRAMDATA
+ PROGRAMFILES
+ PROGRAMFILES(x86)
[testenv:integration]
deps = {[testenv]deps}
extras = testing-integration
31
passenv =
32
{[testenv]passenv}
33
DOWNLOAD_PATH
34
35
36
37
38
setenv =
39
PROJECT_ROOT = {toxinidir}
40
commands =
0 commit comments