Skip to content

Commit e81e2ba

Browse files
committed
one more tweak
1 parent 9c6ae50 commit e81e2ba

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
hatch env create test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }}
6262
hatch env run -e test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} list-env
6363
- name: Run Tests
64+
env:
65+
HYPOTHESIS_PROFILE: ci
6466
run: |
6567
hatch env run --env test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} run-coverage
6668
- name: Upload coverage

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def pytest_collection_modifyitems(config: Any, items: Any) -> None:
193193
parent=settings.get_profile("default"),
194194
max_examples=300,
195195
suppress_health_check=[HealthCheck.filter_too_much, HealthCheck.too_slow],
196+
deadline=None,
196197
verbosity=Verbosity.verbose,
197198
)
198199
settings.register_profile(

0 commit comments

Comments
 (0)