Skip to content

Commit

Permalink
Merge pull request #139 from brian-rose/pytest-tags
Browse files Browse the repository at this point in the history
Define custome pytest tags, suppress annoying warnings.
  • Loading branch information
brian-rose committed Jan 14, 2021
2 parents 5b9c396 + 704f8eb commit dfe4c52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ requires = [
"setuptools",
"numpy",
]
[tool.pytest.ini_options]
markers = [
"slow: marks tests as slow (deselect with '-m \"not slow\"')",
"fast: marks tests as fast (select these only with '-m fast')",
"compiled: marks tests as requiring compiled components (deselect with '-m \"not compiled\"')",
]

0 comments on commit dfe4c52

Please sign in to comment.