File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ set-up-hooks:
1717 chmod +x .git/hooks/pre-commit
1818
1919test :
20- pytest ./tests/
20+ pytest --reruns 3 --reruns-delay 5 ./tests/
2121
2222dev-install :
2323 pip install -r dev-requirements.txt
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ iniconfig==1.1.1
2828isort==5.10.1
2929itsdangerous==2.1.2
3030Jinja2==3.1.1
31+ jsonschema==3.2.0
3132lazy-object-proxy==1.7.1
3233Mako==1.2.0
3334Markdown==3.3.6
@@ -55,6 +56,8 @@ pyright==1.1.236
5556pyrsistent==0.18.1
5657pytest==6.2.5
5758pytest-asyncio==0.14.0
59+ pytest-mock==3.8.2
60+ pytest-rerunfailures==10.3
5861python-dotenv==0.19.2
5962pytz==2022.1
6063PyYAML==5.4.1
@@ -81,4 +84,3 @@ uvicorn==0.18.2
8184Werkzeug==2.0.3
8285wrapt==1.13.3
8386zipp==3.7.0
84- pytest-mock==3.8.2
You can’t perform that action at this time.
0 commit comments