We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb529e commit 9c399a1Copy full SHA for 9c399a1
pyproject.toml
@@ -158,12 +158,6 @@ convention = "numpy"
158
159
[tool.pytest.ini_options]
160
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
-]
167
filterwarnings = [
168
"ignore:'@pytask.mark.*. is deprecated:FutureWarning",
169
"ignore:The --rsyncdir command line argument:DeprecationWarning",
0 commit comments