We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbec17 commit 79dda1dCopy full SHA for 79dda1d
environment.yml
@@ -60,7 +60,6 @@ dependencies:
60
- flask
61
- pytest>=6.0
62
- pytest-cov
63
- - pytest-cython
64
- pytest-xdist>=1.31
65
- pytest-asyncio
66
- pytest-instafail
@@ -123,3 +122,4 @@ dependencies:
123
122
- types-PyMySQL
124
- types-pytz
125
- types-setuptools
+ - pytest-cython
requirements-dev.txt
@@ -38,7 +38,6 @@ moto
38
flask
39
pytest>=6.0
40
pytest-cov
41
-pytest-cython
42
pytest-xdist>=1.31
43
pytest-asyncio
44
pytest-instafail
@@ -86,4 +85,5 @@ types-python-dateutil
86
85
types-PyMySQL
87
types-pytz
88
types-setuptools
+pytest-cython
89
setuptools>=51.0.0
0 commit comments