Merge pull request #7069 from bluetech/faulthandler-doc-windows
Remove note saying faulthandler_timeout is not available on Windows
This commit is contained in:
commit
9ddf38369d
|
@ -13,8 +13,7 @@ fault_handler_stderr_key = StoreKey[TextIO]()
|
||||||
def pytest_addoption(parser):
|
def pytest_addoption(parser):
|
||||||
help = (
|
help = (
|
||||||
"Dump the traceback of all threads if a test takes "
|
"Dump the traceback of all threads if a test takes "
|
||||||
"more than TIMEOUT seconds to finish.\n"
|
"more than TIMEOUT seconds to finish."
|
||||||
"Not available on Windows."
|
|
||||||
)
|
)
|
||||||
parser.addini("faulthandler_timeout", help, default=0.0)
|
parser.addini("faulthandler_timeout", help, default=0.0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue