Skip to content

Commit 87f9ccc

Browse files
committed
FIX: Fix type and default for argument of new testing helper.
1 parent 9f2e3ba commit 87f9ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def setup():
5353
def subprocess_run_for_testing(
5454
command: "list[str]",
5555
env: "dict[str, str]",
56-
timeout=float,
56+
timeout: float = None,
5757
stdout=None,
5858
stderr=None,
5959
check=False,

0 commit comments

Comments
 (0)