Skip to content

Commit f2280ff

Browse files
authored
Merge pull request #416 from datacamp/skip_test
[CP-3517] chore: fix failing test
2 parents 0340dae + 16e8837 commit f2280ff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 0 deletions
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

Lines changed: 0 additions & 1 deletion
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)