Skip to content

Commit

Permalink
Register a pytest marker to avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Nov 16, 2023
1 parent 800d1bb commit 30c7605
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ build-backend = "poetry.core.masonry.api"
[tool.pytest]
addopts = "-n auto"
testpaths = ["tests"]

[tool.pytest.ini_options]
markers = ["raises"]

0 comments on commit 30c7605

Please sign in to comment.