Skip to content

Commit 3c24ed2

Browse files
committed
Revert: switch from pytest.ini to pyproject.toml
1 parent 32238cf commit 3c24ed2

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

pyproject.toml

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

114-
[pytest]
115-
markers = [
116-
"all: mark all tests",
117-
"important: mark only important tests (e.g. functions which depend on OS and Python version)",
118-
]
119-
120114
[tool.mypy]
121115
follow_imports = "silent"
122116
ignore_missing_imports = true

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pytest]
2+
markers =
3+
all: mark all tests
4+
important: mark only important tests (e.g. functions which depend on OS and Python version)

0 commit comments

Comments
 (0)