Skip to content

Commit 7c24a0b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3de3d0d commit 7c24a0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/en/deprecations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ This form of test function doesn't support fixtures properly, and users should s
403403
@pytest.mark.parametrize("x, y", [(2, 4), (3, 9)])
404404
def test_squared(x, y):
405405
assert x**x == y
406-
406+
407407
.. _nose-deprecation:
408408

409409
Support for tests written for nose

testing/test_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1894,4 +1894,4 @@ def test_with_yield():
18941894
["*'yield' keyword is allowed in fixtures, but not in tests (test_with_yield)*"]
18951895
)
18961896
# Assert that no tests were collected
1897-
result.stdout.fnmatch_lines(["*collected 0 items*"])
1897+
result.stdout.fnmatch_lines(["*collected 0 items*"])

0 commit comments

Comments
 (0)