Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dgarcia:python312:numeric
python-sunpy
sunpy-obs-profile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sunpy-obs-profile.patch of Package python-sunpy
Index: sunpy-5.0.0/sunpy/conftest.py =================================================================== --- sunpy-5.0.0.orig/sunpy/conftest.py +++ sunpy-5.0.0/sunpy/conftest.py @@ -4,6 +4,7 @@ import pathlib import tempfile import importlib +import hypothesis import pytest import astropy @@ -34,6 +35,14 @@ collect_ignore = ["data/sample.py"] console_logger = logging.getLogger() console_logger.setLevel('INFO') +hypothesis.settings.register_profile( + 'obs', + deadline=5000, + suppress_health_check=[hypothesis.HealthCheck.too_slow] +) +# this loads the profile after the pytest header printout, so don't be confused by the +# 'default' there. +hypothesis.settings.load_profile('obs') @pytest.fixture def jsoc_test_email():
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor