]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
CI: remove exclusion for Windows Pypy3
authorAarni Koskela <akx@iki.fi>
Tue, 25 Jan 2022 12:26:23 +0000 (14:26 +0200)
committerAarni Koskela <akx@iki.fi>
Tue, 25 Jan 2022 12:26:23 +0000 (14:26 +0200)
.github/workflows/test.yml

index 8cc7ab88d01a957853192608546048bdf025abb4..d0965b34a60d52ce463972d0829dac0b2cc6a942 100644 (file)
@@ -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"