Skip to content

Commit

Permalink
Add pytest-watcher for test running
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Dec 11, 2023
1 parent db23c25 commit 5ca3714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">= 3.8.0"
python = "^3.8.0"
httpx = ">= 0.24"
pydantic = ">= 2"
typing-extensions = ">= 4.4.0"
Expand All @@ -43,6 +43,7 @@ coverage = { extras = ["toml"], version = "^7.3.2" }
pytest = "^7.4.2"
pytest-cov = "^4.1.0"
pytest-httpx = "0.22.0"
pytest-watcher = "^0.3.4"

[tool.coverage.paths]
source = ["src"]
Expand Down

0 comments on commit 5ca3714

Please sign in to comment.