Skip to content

Commit cf66aba

Browse files
committed
fix: resolve pytest version conflict with pytest-asyncio
Change pytest from 8.0.0 to 7.4.4 to satisfy pytest-asyncio 0.23.4 which requires pytest<8 and >=7.0.0
1 parent 58be857 commit cf66aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ python-jose[cryptography]==3.3.0
3535
passlib[bcrypt]==1.7.4
3636

3737
# Testing
38-
pytest==8.0.0
38+
pytest==7.4.4
3939
pytest-asyncio==0.23.4
4040
pytest-cov==4.1.0
4141
httpx==0.26.0

0 commit comments

Comments
 (0)