Skip to content

Commit e2126ca

Browse files
authored
Remove pytest markers (#58)
* Remove pytest markers * Drop marker coverage flags
1 parent 76932c5 commit e2126ca

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

codecov.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@ coverage:
66
project:
77
default:
88
threshold: 1%
9-
unit:
10-
threshold: 1%
11-
flags:
12-
- unit
13-
integration:
14-
threshold: 1%
15-
flags:
16-
- integration
17-
end_to_end:
18-
threshold: 1%
19-
flags:
20-
- end_to_end
219

2210
ignore:
2311
- ".tox/**/*"

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,4 @@ unused-ignore-comment = "ignore"
101101
[tool.pytest.ini_options]
102102
# Do not add src since it messes with the loading of pytask-parallel as a plugin.
103103
testpaths = ["tests"]
104-
markers = [
105-
"wip: Tests that are work-in-progress.",
106-
]
107104
norecursedirs = [".idea", ".tox"]

0 commit comments

Comments
 (0)