Skip to content

Commit

Permalink
h5netcdf required for ctxrunner now
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Aug 30, 2024
1 parent 28e3872 commit 34f8e02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,9 @@ def test_custom_environment(mock_db, venv, monkeypatch, qtbot):
db_dir, db = mock_db
monkeypatch.chdir(db_dir)

ctxrunner_deps = ["extra_data", "matplotlib", "plotly", "pyyaml", "requests"]
ctxrunner_deps = [
"extra_data", "matplotlib", "plotly", "pyyaml", "requests", "h5netcdf"
]

# Install dependencies for ctxrunner and a light-weight package (sfollow)
# that isn't in our current environment.
Expand Down

0 comments on commit 34f8e02

Please sign in to comment.