Skip to content

Commit

Permalink
Move pytest to test dependency group.
Browse files Browse the repository at this point in the history
  • Loading branch information
MHenderson committed Nov 4, 2024
1 parent 302f886 commit b4e26ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ readme = "README.md"
python = "^3.10"
networkx = "^3.1"
matplotlib = "^3.7.2"
pytest = "^7.4.0"


[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit b4e26ce

Please sign in to comment.