Skip to content

Commit 33505a7

Browse files
committed
Update conftest.py for the mark.primary -> mark.ci change
1 parent dd83d68 commit 33505a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def pytest_configure(config):
4747
config.addinivalue_line(
4848
"markers", "xp_extension(ext): tests an Array API extension"
4949
)
50-
config.addinivalue_line("markers", "primary: primary test")
50+
config.addinivalue_line("markers", "ci: primary test")
5151
# Hypothesis
5252
hypothesis_max_examples = config.getoption("--hypothesis-max-examples")
5353
disable_deadline = config.getoption("--hypothesis-disable-deadline")

0 commit comments

Comments
 (0)