]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
try fixing github actions again
authorFederico Caselli <cfederico87@gmail.com>
Fri, 25 Feb 2022 21:08:09 +0000 (22:08 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Mar 2022 23:02:12 +0000 (18:02 -0500)
Change-Id: Iaf801a028510f276cf94b4999f129de8f4eb590c
(cherry picked from commit 9e7c068d669b209713da62da5748579f92d98129)

.github/workflows/run-test.yaml

index 67c41506b0d555c0bf458eec0d8e901ad76c152e..81b6799e1b23271cbc4dd9a1c1d06fb5282ef96f 100644 (file)
@@ -34,6 +34,9 @@ jobs:
           - "3.8"
           - "3.9"
           - "3.10"
+          # waiting on https://foss.heptapod.net/pypy/pypy/-/issues/3690
+          # which also seems to be in 3.9
+          # - "pypy-3.9"
         build-type:
           - "cext"
           - "nocext"
@@ -43,8 +46,8 @@ jobs:
 
         include:
           # autocommit tests fail on the ci for some reason
-          - python-version: "pypy-3.7"
-            pytest-args: "-k 'not test_autocommit_on and not test_turn_autocommit_off_via_default_iso_level and not test_autocommit_isolation_level'"
+          # - python-version: "pypy-3.9"
+            pytest-args: "-k 'not test_autocommit_on and not test_turn_autocommit_off_via_default_iso_level and not test_autocommit_isolation_level'"
           # add aiosqlite on linux
           - os: "ubuntu-latest"
             pytest-args: "--dbdriver pysqlite --dbdriver aiosqlite"
@@ -60,11 +63,11 @@ jobs:
           - os: "macos-latest"
             architecture: x86
           # pypy does not have cext
-          - python-version: "pypy-3.7"
-            build-type: "cext"
-          - os: "windows-latest"
-            python-version: "pypy-3.7"
-            architecture: x86
+          # - python-version: "pypy-3.9"
+            build-type: "cext"
+          - os: "windows-latest"
+          #   python-version: "pypy-3.9"
+            architecture: x86
 
       fail-fast: false