Skip to content

Commit 494b227

Browse files
committed
Switch from pytest.ini to pyproject.toml
1 parent ecacacb commit 494b227

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ ignore = ["ARG", "ANN", "A002", "COM812", "D", "TD", "FIX002", "PLC0415"]
107107
"DTZ005",
108108
]
109109

110+
[pytest.ini_options]
111+
markers = [
112+
"all: mark all tests",
113+
"important: mark only important tests (e.g. functions which depend on OS and Python version)",
114+
]
115+
110116
[tool.mypy]
111117
follow_imports = "silent"
112118
ignore_missing_imports = true

pytest.ini

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)