Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
python-hpack
healthcheck.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File healthcheck.patch of Package python-hpack
Index: hpack-3.0.0/test/test_hpack.py =================================================================== --- hpack-3.0.0.orig/test/test_hpack.py +++ hpack-3.0.0/test/test_hpack.py @@ -8,7 +8,7 @@ from hpack.struct import HeaderTuple, Ne import itertools import pytest -from hypothesis import given +from hypothesis import given, settings, HealthCheck from hypothesis.strategies import text, binary, sets, one_of try: @@ -749,6 +749,7 @@ class TestDictToIterable(object): binary().filter(lambda k: k and not k.startswith(b':')) ) + @settings(suppress_health_check=[HealthCheck.too_slow]) @given( special_keys=sets(keys), boring_keys=sets(keys), @@ -786,6 +787,7 @@ class TestDictToIterable(object): assert special_keys == received_special assert boring_keys == received_boring + @settings(suppress_health_check=[HealthCheck.too_slow]) @given( special_keys=sets(keys), boring_keys=sets(keys),
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