Skip to content

Commit

Permalink
Updates test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
[garezana] committed Apr 29, 2024
1 parent 5f381e0 commit fec51de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_offlinedatasci.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_download_python(tmp_path):
def test_download_python_libraries(tmp_path):
# test on notebook since it has caused issues in the past
# See https://github.com/carpentriesoffline/offlinedatasci/issues/95
download_python_libraries(tmp_path, ['notebook'])
download_python_packages(tmp_path, ['notebook'])
assert glob(f"{tmp_path}/pythonlibraries/*.whl")
assert glob(f"{tmp_path}/pypi/index.html")

Expand Down

0 comments on commit fec51de

Please sign in to comment.