Skip to content

Commit fe5f14d

Browse files
committed
feat: Fix pytest dep until they fix pytest-dev/pytest#11662
1 parent 2a6d115 commit fe5f14d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crispy-api/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r requirements.txt
22
mypy
33
black
4-
pytest
5-
pytest-cov
6-
pytest-asyncio
4+
pytest==7.2.1
5+
pytest-asyncio==0.20.3
6+
pytest-cov==4.0.0
77
flake8
88
httpx
99
mutagen

crispy-api/tests/assets

Submodule assets updated 170 files

0 commit comments

Comments
 (0)