Skip to content

Commit

Permalink
actions: pin pytest-asyncio version for Ubuntu 20
Browse files Browse the repository at this point in the history
Newest versions are no longer compatible with older pytest.
  • Loading branch information
lonvia committed Dec 4, 2023
1 parent 8a2c606 commit 3c32c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3c32c03

Please sign in to comment.