We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
conftest.py
mark.primary
mark.ci
1 parent dd83d68 commit 33505a7Copy full SHA for 33505a7
conftest.py
@@ -47,7 +47,7 @@ def pytest_configure(config):
47
config.addinivalue_line(
48
"markers", "xp_extension(ext): tests an Array API extension"
49
)
50
- config.addinivalue_line("markers", "primary: primary test")
+ config.addinivalue_line("markers", "ci: primary test")
51
# Hypothesis
52
hypothesis_max_examples = config.getoption("--hypothesis-max-examples")
53
disable_deadline = config.getoption("--hypothesis-disable-deadline")
0 commit comments