forked from pool/python-natsort
check (gh#SethMMorton/natsort#108). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-natsort?expand=0&rev=26
23 lines
538 B
Diff
23 lines
538 B
Diff
--- a/tests/conftest.py
|
|
+++ b/tests/conftest.py
|
|
@@ -4,19 +4,9 @@ Fixtures for pytest.
|
|
|
|
import locale
|
|
|
|
-import hypothesis
|
|
import pytest
|
|
|
|
|
|
-# This disables the "too slow" hypothesis heath check globally.
|
|
-# For some reason it thinks that the text/binary generation is too
|
|
-# slow then causes the tests to fail.
|
|
-hypothesis.settings.register_profile(
|
|
- "slow-tests",
|
|
- suppress_health_check=[hypothesis.HealthCheck.too_slow],
|
|
-)
|
|
-
|
|
-
|
|
def load_locale(x):
|
|
"""Convenience to load a locale, trying ISO8859-1 first."""
|
|
try:
|