We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec8bb6 commit 2dbec17Copy full SHA for 2dbec17
environment.yml
@@ -60,6 +60,7 @@ dependencies:
60
- flask
61
- pytest>=6.0
62
- pytest-cov
63
+ - pytest-cython
64
- pytest-xdist>=1.31
65
- pytest-asyncio
66
- pytest-instafail
requirements-dev.txt
@@ -38,6 +38,7 @@ moto
38
flask
39
pytest>=6.0
40
pytest-cov
41
+pytest-cython
42
pytest-xdist>=1.31
43
pytest-asyncio
44
pytest-instafail
0 commit comments