Skip to content

Commit

Permalink
Add pytest config section to pyproject.toml (#5686)
Browse files Browse the repository at this point in the history
* add pytest config

* add -l to pytest opts
  • Loading branch information
cognifloyd authored Jul 28, 2022
1 parent c0b1a68 commit 9bab2a3
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
Expand Up @@ -12,3 +12,7 @@ exclude = '''
)/
)
'''

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-l"

0 comments on commit 9bab2a3

Please sign in to comment.