We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89581b4 commit 83f916aCopy full SHA for 83f916a
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
platform:
25
- ubuntu-latest
26
- macos-latest
27
- - windows-latest
+ - windows-2019
28
include:
29
- platform: ubuntu-latest
30
python: "3.10"
tox.ini
@@ -20,17 +20,13 @@ passenv =
20
windir # required for test_pkg_resources
21
# honor git config in pytest-perf
22
HOME
23
- PROGRAMFILES
- PROGRAMFILES(x86)
[testenv:integration]
deps = {[testenv]deps}
extras = testing-integration
passenv =
{[testenv]passenv}
31
DOWNLOAD_PATH
32
33
34
setenv =
35
PROJECT_ROOT = {toxinidir}
36
commands =
0 commit comments