Skip to content

Commit

Permalink
chore: Add pytest-sugar as a dependency for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amruthvvkp committed Jun 7, 2024
1 parent dd2c699 commit c34ca54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ mkdocs-jupyter = "^0.24.1"
[tool.poetry.group.docs]
optional = true

[tool.poetry.group.unit_tests.dependencies]
pytest-sugar = "^1.0.0"

[build-system]
requires = ["poetry-core>=1.0.0", "setuptools", "wheel"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit c34ca54

Please sign in to comment.