summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-01-25 14:26:23 +0200
committerAarni Koskela <akx@iki.fi>2022-01-25 14:26:23 +0200
commitaa9cc6c19b9e0f30c950c53a32705e7568ea7d48 (patch)
tree13dd9459c87f2bedbf5e7d8e0428d510ecefd2fa /.github
parent95c6c1f8a9822a574617444f763df63d55b6d3ab (diff)
downloadbabel-aa9cc6c19b9e0f30c950c53a32705e7568ea7d48.tar.gz
CI: remove exclusion for Windows Pypy3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8cc7ab8..d0965b3 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,13 +13,6 @@ jobs:
matrix:
os: [ubuntu-18.04, windows-2019, macos-10.15]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
- exclude:
- - os: windows-2019
- python-version: pypy3
- # TODO: Remove this; see:
- # https://github.com/actions/setup-python/issues/151
- # https://github.com/tox-dev/tox/issues/1704
- # https://foss.heptapod.net/pypy/pypy/-/issues/3331
env:
BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1"
BABEL_CLDR_QUIET: "1"