Skip to content

Commit

Permalink
Update test_show_versions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Sep 25, 2024
1 parent 78b686c commit 3acbbcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_deps_info():
"""Test that _get_deps_info returns package/version dict as per contract."""
deps_info = _get_deps_info()
assert isinstance(deps_info, dict)
assert set(deps_info.keys()) == {"sktime"}
assert set(deps_info.keys()) == {"pytorch-forecasting"}

deps_info_default = _get_deps_info(DEFAULT_DEPS_TO_SHOW)
assert isinstance(deps_info_default, dict)
Expand Down

0 comments on commit 3acbbcf

Please sign in to comment.