We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f0b73 commit 395e99bCopy full SHA for 395e99b
services/invitations/requirements/_test.in
@@ -18,6 +18,7 @@ hypothesis
18
pytest
19
pytest-asyncio
20
pytest-cov
21
+pytest-mock
22
pytest-runner
23
pytest-sugar
24
python-dotenv
services/invitations/requirements/_test.txt
@@ -58,11 +58,14 @@ pytest==8.4.1
58
# -r requirements/_test.in
59
# pytest-asyncio
60
# pytest-cov
61
+ # pytest-mock
62
# pytest-sugar
63
pytest-asyncio==1.0.0
64
# via -r requirements/_test.in
65
pytest-cov==6.2.1
66
67
+pytest-mock==3.14.1
68
+ # via -r requirements/_test.in
69
pytest-runner==6.0.1
70
71
pytest-sugar==1.0.0
0 commit comments