Skip to content

Commit

Permalink
move pytest config to pyproject.toml (unit8co#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Jan 29, 2024
1 parent 20ee5ec commit c52fe32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ requires = [
"wheel"
]
build-backend = "setuptools.build_meta"


[tool.pytest.ini_options]
addopts = [
"--strict-markers",
]
markers = [
"slow: marks tests as slow (deselect with `-m 'not slow'`)",
]
4 changes: 0 additions & 4 deletions pytest.ini

This file was deleted.

0 comments on commit c52fe32

Please sign in to comment.