Skip to content

Commit

Permalink
fix: exclude test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
01Joseph-Hwang10 committed May 10, 2024
1 parent 6dfd994 commit b7028c0
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 @@ -34,7 +34,6 @@ colorama = "^0.4.6"
yaml-replace = "^1.1.2"
git-remote-get = "^0.3.1"
httpx = "^0.27.0"
pytest-order = "^1.2.1"

[tool.poetry.group.dev.dependencies]
flake8 = "^6.1.0"
Expand All @@ -43,6 +42,7 @@ poethepoet = "^0.24.4"

[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
pytest-order = "^1.2.1"


[tool.poetry.scripts]
Expand Down

0 comments on commit b7028c0

Please sign in to comment.