Skip to content

Commit

Permalink
chore: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rikbw committed Sep 11, 2024
1 parent 0340dae commit 16e8837
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ seaborn~=0.11.2
sqlalchemy~=1.4.23
xlrd~=2.0.1
openpyxl~=3.0.7
h5py~=3.11.0

# test-utils deps
pytest~=6.2.5
Expand Down
1 change: 0 additions & 1 deletion tests/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def in_temp_dir():


def run(data, run_code=True):

pec = data.get("DC_PEC", "")
stu_code = data.get("DC_CODE", "")
sol_code = data.get("DC_SOLUTION", "")
Expand Down

0 comments on commit 16e8837

Please sign in to comment.