Skip to content

Commit 80736d8

Browse files
committed
Fix missing test deps
1 parent f14d35e commit 80736d8

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

binder/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies:
2626
- pygments >=2.0
2727
- pylint >=0.25
2828
- pyqt <5.13
29+
- pyyaml
2930
- python-language-server >=0.31.2,<0.32.0
3031
- pyxdg >=0.26
3132
- pyzmq >=17

requirements/tests.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
# So to get performant launches on mybinder.org, we have copied
33
# the contents of this file to binder/environment.yml. If you
44
# make changes here, please copy them over there too.
5+
coverage <5.0
6+
cython
7+
flaky
8+
matplotlib
9+
mock
10+
pandas
11+
pillow
512
pytest <5.0
6-
pytest-mock
713
pytest-cov
8-
pytest-qt
9-
pytest-ordering
10-
pytest-lazy-fixture
1114
pytest-faulthandler <2.0
12-
mock
13-
pandas
15+
pytest-lazy-fixture
16+
pytest-mock
17+
pytest-ordering
18+
pytest-qt
19+
pyyaml
1420
scipy
1521
sympy
16-
pillow
17-
matplotlib
18-
cython
19-
flaky
20-
coverage <5.0

0 commit comments

Comments
 (0)