Skip to content

Commit

Permalink
fix: noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Apr 18, 2024
1 parent 2ed9ee9 commit b9f277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def install(self: PoetryNoxSession, group: str, *args: str) -> None: # type: ig
def tests(session: nox.Session) -> None:
"""Run unit tests."""
args = session.posargs or ["--cov"]
deps = ["coverage[toml]", "pytest", "pytest-cov", "sphinx-design"]
deps = ["coverage[toml]", "pytest", "pytest-cov", "sphinx-design", "defusedxml"]
session.install("dev", ".", *deps)
session.run("pytest", *args)

Expand Down

0 comments on commit b9f277f

Please sign in to comment.