Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2e3ba commit 87f9cccCopy full SHA for 87f9ccc
1 file changed
lib/matplotlib/testing/__init__.py
@@ -53,7 +53,7 @@ def setup():
53
def subprocess_run_for_testing(
54
command: "list[str]",
55
env: "dict[str, str]",
56
- timeout=float,
+ timeout: float = None,
57
stdout=None,
58
stderr=None,
59
check=False,
0 commit comments