Skip to content

Commit

Permalink
Merge pull request #22 from jonasfreimuth/silence-pytest-warnings
Browse files Browse the repository at this point in the history
Silence pytest warnings
  • Loading branch information
krassowski authored Oct 12, 2023
2 parents 16234a8 + 2e8153f commit e14d011
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 e14d011

Please sign in to comment.