summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-13 10:11:27 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-13 20:36:45 +0000
commit8f3cdf705cbf5ba29238c9e5e900727d488bf463 (patch)
treece6e596ae98dc4819d2af077afad2c45872e354b
parenta0f9662e537fdcc074a7801b11495747f8c22601 (diff)
downloadpython-setuptools-git-8f3cdf705cbf5ba29238c9e5e900727d488bf463.tar.gz
Use windows-2019 for tests in GitHub Actions
For the time being let's just use the older version for the GHA host, so we can keep testing on Windows, instead of skipping it at all.
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--tox.ini4
2 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c680fb36..5be824c1 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
platform:
- ubuntu-latest
- macos-latest
- - windows-latest
+ - windows-2019
include:
- platform: ubuntu-latest
python: "3.10"
diff --git a/tox.ini b/tox.ini
index 5fb7cb5b..a56ea24b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,8 +20,6 @@ passenv =
windir # required for test_pkg_resources
# honor git config in pytest-perf
HOME
- PROGRAMFILES
- PROGRAMFILES(x86)
[testenv:integration]
deps = {[testenv]deps}
@@ -29,8 +27,6 @@ extras = testing-integration
passenv =
{[testenv]passenv}
DOWNLOAD_PATH
- PROGRAMFILES
- PROGRAMFILES(x86)
setenv =
PROJECT_ROOT = {toxinidir}
commands =