Pin pytest-asyncio to <=0.21.1 to fix CI (#786)

This commit is contained in:
J. Nick Koston 2023-12-04 15:51:26 -10:00 committed by GitHub
parent 66f9341fe5
commit ac17f722c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ isort==5.12.0
mypy==1.7.1
types-protobuf==4.24.0.4
pytest>=6.2.4,<8
pytest-asyncio>=0.15.1,<1
pytest-asyncio>=0.15.1,<=0.21.1
mock>=4.0.3,<6
pytest-cov>=4.1.0