Update testing/test_faulthandler.py

Co-authored-by: Sanket Duthade <duthades@gmail.com>
This commit is contained in:
Josias Aurel 2020-11-11 04:45:57 +01:00 committed by GitHub
parent 8320c07134
commit 1ed8159c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ def test_already_initialized(faulthandler_timeout: int, pytester: Pytester) -> N
"-X",
"faulthandler",
"-mpytest",
pytester.tmpdir,
pytester.path,
"-o",
f"faulthandler_timeout={faulthandler_timeout}",
)