Skip to content

Commit

Permalink
Add pyproject.toml
Browse files Browse the repository at this point in the history
  The whole reason is to silence the pytest warnings about undefined
  optional marks on pytests.
  • Loading branch information
jonasfreimuth committed Oct 12, 2023
1 parent f5fb55e commit 2e8153f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[tool.pytest.ini_options]
markers = [
"optional: marks tests as optional (deselect with '-m \"not optional\"')",
]

0 comments on commit 2e8153f

Please sign in to comment.