Skip to content

Commit 9017244

Browse files
committed
Disable stamina warnings
1 parent 5eda7c0 commit 9017244

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
async_token,
2020
)
2121

22+
# Disable stamina WARNING stamina:_logging.py:23 stamina.retry_scheduled
23+
stamina.instrumentation.set_on_retry_hooks([])
24+
2225
DEV_NULL = open(devnull, "w")
2326

2427
# All routeros vms which can be launched.

0 commit comments

Comments
 (0)