File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def pytest_addoption(parser):
75
75
help = METHOD_DESC ,
76
76
)
77
77
group .addoption (
78
- "--disable-debugger-detection" ,
78
+ "--timeout- disable-debugger-detection" ,
79
79
dest = "timeout_disable_debugger_detection" ,
80
80
action = "store_true" ,
81
81
help = DISABLE_DEBUGGER_DETECTION_DESC ,
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ def test_foo():
520
520
debugging_module = debugging_module , debugging_set_trace = debugging_set_trace
521
521
)
522
522
)
523
- child = testdir .spawn_pytest (f"{ p1 } --disable-debugger-detection" )
523
+ child = testdir .spawn_pytest (f"{ p1 } --timeout- disable-debugger-detection" )
524
524
child .expect ("test_foo" )
525
525
time .sleep (1.2 )
526
526
result = child .read ().decode ().lower ()
You can’t perform that action at this time.
0 commit comments