Skip to content

Commit

Permalink
Add pytest-sugar for improved pytest output. (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansenfranzen committed Apr 24, 2024
1 parent 4c3e61f commit 6c4244b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ sphinxcontrib-mermaid = { version = "^0.9.0", optional = true }
myst-parser = {version = "^3.0.0", optional = true }

# extras tests
pytest = {version = "^8.0.0", optional = true }
pytest = { version = "^8.0.0", optional = true }
pytest-sugar = { version = "^1.0.0", optional = true }
coverage = { version ="^7", optional = true }
defusedxml = { version = ">=0.7.1", optional = true }

Expand All @@ -64,6 +65,7 @@ docs = ["sphinx-rtd-theme",
"myst-parser"]

test = ["pytest",
"pytest-sugar",
"coverage",
"defusedxml"]

Expand Down

0 comments on commit 6c4244b

Please sign in to comment.