Skip to content

Commit e556bf4

Browse files
committed
pytest: Disable DNS lookups during test runs
Signed-off-by: Christian Decker <[email protected]>
1 parent 91c2416 commit e556bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"cltv-final": 5,
2525
"watchtime-blocks": 5,
2626
"rescan": 1,
27+
'disable-dns': None,
2728
}
2829

2930
DEVELOPER = os.getenv("DEVELOPER", "0") == "1"

0 commit comments

Comments
 (0)