Skip to content

Commit 8ca59bd

Browse files
committed
Rename profile too
1 parent 76ba985 commit 8ca59bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def pytest_collection_modifyitems(items, config) -> None:
179179
# Similar to "ci" config in
180180
# https://hypothesis.readthedocs.io/en/latest/reference/api.html#built-in-profiles
181181
hypothesis.settings.register_profile(
182-
"ci",
182+
"pandas_ci",
183183
database=None,
184184
deadline=None,
185185
max_examples=15,
@@ -188,7 +188,7 @@ def pytest_collection_modifyitems(items, config) -> None:
188188
hypothesis.HealthCheck.differing_executors,
189189
),
190190
)
191-
hypothesis.settings.load_profile("ci")
191+
hypothesis.settings.load_profile("pandas_ci")
192192

193193
# Registering these strategies makes them globally available via st.from_type,
194194
# which is use for offsets in tests/tseries/offsets/test_offsets_properties.py

0 commit comments

Comments
 (0)