Skip to content

Commit

Permalink
move pytest to dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed Oct 14, 2024
1 parent 2220c70 commit cf60899
Show file tree
Hide file tree
Showing 2 changed files with 4 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.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ packages = [{include = "presidio_vault"}]
python = "^3.8"
presidio-anonymizer = "^2.2.355"
hvac = "^2.3.0"

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

[tool.pytest.ini_options]
[tool.pytest.group.dev.ini_options]
pythonpath = "src"
addopts = [
"--import-mode=importlib",
Expand Down

0 comments on commit cf60899

Please sign in to comment.