Skip to content

Commit 16e8837

Browse files
committed
chore: fix failing test
1 parent 0340dae commit 16e8837

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements-test.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ seaborn~=0.11.2
1010
sqlalchemy~=1.4.23
1111
xlrd~=2.0.1
1212
openpyxl~=3.0.7
13+
h5py~=3.11.0
1314

1415
# test-utils deps
1516
pytest~=6.2.5

tests/helper.py

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def in_temp_dir():
5151

5252

5353
def run(data, run_code=True):
54-
5554
pec = data.get("DC_PEC", "")
5655
stu_code = data.get("DC_CODE", "")
5756
sol_code = data.get("DC_SOLUTION", "")

0 commit comments

Comments
 (0)