Skip to content

Commit

Permalink
Merge pull request #416 from datacamp/skip_test
Browse files Browse the repository at this point in the history
[CP-3517] chore: fix failing test
  • Loading branch information
rikbw authored Sep 12, 2024
2 parents 0340dae + 16e8837 commit f2280ff
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 f2280ff

Please sign in to comment.