]> git.openstreetmap.org Git - nominatim.git/commitdiff
actions: pin pytest-asyncio version for Ubuntu 20
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 3 Dec 2023 14:51:42 +0000 (15:51 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 4 Dec 2023 13:32:03 +0000 (14:32 +0100)
Newest versions are no longer compatible with older pytest.

.github/workflows/ci-tests.yml

index 1dade3bcfa28c3b4a43e2b73aa5882ba66238d33..a7d4526087cc1f1bff60d578dab836e89cbfc083 100644 (file)
@@ -105,7 +105,7 @@ jobs:
               if: matrix.flavour != 'oldstuff'
 
             - name: Install newer pytest-asyncio
-              run: pip3 install -U pytest-asyncio
+              run: pip3 install -U pytest-asyncio==0.21.1
               if: matrix.flavour == 'ubuntu-20'
 
             - name: Install test prerequsites (from pip for Ubuntu 18)