Skip to content

Commit 4c53cf6

Browse files
authored
enable retry for bdd (#1671)
1 parent d837d72 commit 4c53cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ def build_configuration():
362362
c = Configuration(return_http_data_only=False, spec_property_naming=True)
363363
c.connection_pool_maxsize = 0
364364
c.debug = debug = os.getenv("DEBUG") in {"true", "1", "yes", "on"}
365+
c.enable_retry = True
365366
if debug: # enable vcr logs for DEBUG=true
366367
vcr_log = logging.getLogger("vcr")
367368
vcr_log.setLevel(logging.INFO)

0 commit comments

Comments
 (0)