Skip to content

Commit cfab217

Browse files
committed
Add v4 testing markers
1 parent 45980ab commit cfab217

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ minversion = "7"
5858
markers = [ # can be skipped by doing `pytest -m "not slow"` etc.
5959
"flaky: flaky tests",
6060
"slow: slow tests",
61+
"v4alpha: failing tests that should work for v4alpha",
62+
"v4future: failing tests that should work for a future release of v4",
63+
"v4remove: failing tests that should probably be removed later",
6164
]
6265

6366
filterwarnings = [

0 commit comments

Comments
 (0)