Skip to content

Commit a778be6

Browse files
committed
add valid_at config so not to throw the warning
1 parent 4672cdc commit a778be6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pytest_plugins/forks/forks.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,10 @@ def pytest_configure(config: pytest.Config):
408408
"markers",
409409
"valid_until(fork): specifies until which fork a test case is valid",
410410
)
411+
config.addinivalue_line(
412+
"markers",
413+
"valid_at(fork): specifies at which fork a test case is valid",
414+
)
411415
config.addinivalue_line(
412416
"markers",
413417
(

0 commit comments

Comments
 (0)