Skip to content

Commit

Permalink
Fix for deprecation warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Feb 22, 2021
1 parent c370396 commit 4602117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/pytest_resourceleaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def pytest_addoption(parser):
group.addoption(
"--leaks-timeout",
action="store",
type="float",
type=float,
dest="leaks_timeout",
default=0.5,
help="""\
Expand Down

0 comments on commit 4602117

Please sign in to comment.