]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Updated hypothesis
authorSergey Matveev <stargrave@stargrave.org>
Sat, 26 May 2018 10:33:37 +0000 (13:33 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 26 May 2018 10:33:37 +0000 (13:33 +0300)
pip-requirements-tests.txt
tests/test_pyderasn.py

index 625aed732e62e45993b61851de877e869b201364..212c7e6beedd991c8d1fd10b12ae912074c3bfad 100644 (file)
@@ -1,4 +1,4 @@
-attrs==17.2.0
-coverage==4.4.1
+attrs==18.1.0
+coverage==4.5.1
 enum34==1.1.6 ; python_version == '2.7'
-hypothesis==3.30.4
+hypothesis==3.57.0
index 125244f4aad58d351ab590f57a5551f071541143..c730633c5a8433bd1badd2a05f7ca20d5baeed43 100644 (file)
@@ -114,7 +114,6 @@ from pyderasn import VisibleString
 
 settings.register_profile("local", settings(
     deadline=5000,
-    perform_health_check=False,
 ))
 settings.load_profile("local")
 LONG_TEST_MAX_EXAMPLES = settings().max_examples * 4