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.
2 parents 827edd8 + 98f2a91 commit 31468afCopy full SHA for 31468af
conftest.py
@@ -180,7 +180,7 @@ def pytest_collection_modifyitems(config, items):
180
181
disabled_exts = config.getoption("--disable-extension")
182
disabled_dds = config.getoption("--disable-data-dependent-shapes")
183
- unvectorized_max_examples = config.getoption("--hypothesis-max-examples")//10
+ unvectorized_max_examples = max(1, config.getoption("--hypothesis-max-examples")//10)
184
185
# 2. Iterate through items and apply markers accordingly
186
# ------------------------------------------------------
0 commit comments