File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ def pytest_collection_modifyitems(items, config) -> None:
179
179
# Similar to "ci" config in
180
180
# https://hypothesis.readthedocs.io/en/latest/reference/api.html#built-in-profiles
181
181
hypothesis .settings .register_profile (
182
- "ci " ,
182
+ "pandas_ci " ,
183
183
database = None ,
184
184
deadline = None ,
185
185
max_examples = 15 ,
@@ -188,7 +188,7 @@ def pytest_collection_modifyitems(items, config) -> None:
188
188
hypothesis .HealthCheck .differing_executors ,
189
189
),
190
190
)
191
- hypothesis .settings .load_profile ("ci " )
191
+ hypothesis .settings .load_profile ("pandas_ci " )
192
192
193
193
# Registering these strategies makes them globally available via st.from_type,
194
194
# which is use for offsets in tests/tseries/offsets/test_offsets_properties.py
You can’t perform that action at this time.
0 commit comments