actions: pin pytest-asyncio version for Ubuntu 20

Newest versions are no longer compatible with older pytest.
This commit is contained in:
Sarah Hoffmann 2023-12-03 15:51:42 +01:00
parent 8a2c6067a2
commit 3c32c0354a

View 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)