We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5818ec1 commit 3e9f8a6Copy full SHA for 3e9f8a6
conftest.py
@@ -148,7 +148,7 @@ def pytest_collection_modifyitems(config, items):
148
149
disabled_exts = config.getoption("--disable-extension")
150
disabled_dds = config.getoption("--disable-data-dependent-shapes")
151
- unvectorized_max_examples = math.ceil(math.log(config.getoption("--hypothesis-max-examples")))
+ unvectorized_max_examples = config.getoption("--hypothesis-max-examples")//10
152
153
# 2. Iterate through items and apply markers accordingly
154
# ------------------------------------------------------
0 commit comments