Skip to content

Commit

Permalink
Added pytest to dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Sep 16, 2024
1 parent dd7ab1e commit 9f43269
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 1 deletion.
86 changes: 85 additions & 1 deletion poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ python = "^3.8"
pysigma-backend-crowdstrike = "*"


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

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

0 comments on commit 9f43269

Please sign in to comment.