Skip to content

Commit 9c399a1

Browse files
committed
Remove pytest markers
1 parent cdb529e commit 9c399a1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ convention = "numpy"
158158

159159
[tool.pytest.ini_options]
160160
testpaths = ["src", "tests"]
161-
markers = [
162-
"wip: Tests that are work-in-progress.",
163-
"unit: Flag for unit tests which target mainly a single function.",
164-
"integration: Flag for integration tests which may comprise of multiple unit tests.",
165-
"end_to_end: Flag for tests that cover the whole program.",
166-
]
167161
filterwarnings = [
168162
"ignore:'@pytask.mark.*. is deprecated:FutureWarning",
169163
"ignore:The --rsyncdir command line argument:DeprecationWarning",

0 commit comments

Comments
 (0)