Skip to content

Commit b3cade1

Browse files
authored
chore(pytest): fix bpo fork marker warning (#2125)
1 parent 8b9fa61 commit b3cade1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pytest_plugins/shared/execute_fill.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ def pytest_configure(config: pytest.Config):
154154
"markers",
155155
"ported_from: Marks a test as ported from ethereum/tests",
156156
)
157+
config.addinivalue_line(
158+
"markers",
159+
"valid_for_bpo_forks: Marks a test as valid for BPO forks",
160+
)
157161

158162

159163
@pytest.fixture(scope="function")

0 commit comments

Comments
 (0)