Skip to content

Commit

Permalink
add pytest-cov dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Sep 4, 2024
1 parent b858436 commit 3bb1d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dev = [
"recommonmark",
"sphinx_rtd_theme",
]
test = ["playwright", "pytest", "pytest-playwright"]
test = ["playwright", "pytest", "pytest-playwright", "pytest-cov"]

[project.urls]
repo = "https://github.com/materialsproject/crystaltoolkit"
Expand Down

0 comments on commit 3bb1d5b

Please sign in to comment.