Skip to content

Commit 0cc90b2

Browse files
pre-commit-ci[bot]flub
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e7a77f6 commit 0cc90b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_pytest_timeout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def test_ini_timeout_func_only_marker_override(testdir):
378378
@pytest.fixture
379379
def slow():
380380
time.sleep(2)
381-
@pytest.mark.timeout(1.5)
381+
@pytest.mark.timeout(1.5)
382382
def test_foo(slow):
383383
pass
384384
"""

0 commit comments

Comments
 (0)