Skip to content

Commit

Permalink
Move pytest to test dependencies (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
marjinal1st authored Dec 7, 2024
1 parent 07037a7 commit 64464c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Changelog = "https://github.com/maldoinc/wireup/releases"
[tool.poetry.dependencies]
python = "^3.8"
graphlib2 = { version = "^0.4.7", python = ">=3.8,<3.9" }
pytest = "^8.3.3"

[tool.poetry.group.dev.dependencies]
ruff = "0.6.1"
Expand All @@ -60,6 +59,7 @@ typing-extensions = "^4.7.1"
mypy = "1.11.1"
coverage = "^7.3.2"
tox = "^4.14.2"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"

[tool.ruff]
Expand Down

0 comments on commit 64464c5

Please sign in to comment.