Skip to content

Commit 79dda1d

Browse files
committed
moved pytest-cython to pip
1 parent 2dbec17 commit 79dda1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ dependencies:
6060
- flask
6161
- pytest>=6.0
6262
- pytest-cov
63-
- pytest-cython
6463
- pytest-xdist>=1.31
6564
- pytest-asyncio
6665
- pytest-instafail
@@ -123,3 +122,4 @@ dependencies:
123122
- types-PyMySQL
124123
- types-pytz
125124
- types-setuptools
125+
- pytest-cython

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ moto
3838
flask
3939
pytest>=6.0
4040
pytest-cov
41-
pytest-cython
4241
pytest-xdist>=1.31
4342
pytest-asyncio
4443
pytest-instafail
@@ -86,4 +85,5 @@ types-python-dateutil
8685
types-PyMySQL
8786
types-pytz
8887
types-setuptools
88+
pytest-cython
8989
setuptools>=51.0.0

0 commit comments

Comments
 (0)