Skip to content

Commit c7a949a

Browse files
committed
Remove keyword from pytest.fail call
1 parent 33538a2 commit c7a949a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_docstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ def test_docstrings(module):
3939
print(indent(stdout.getvalue(), " "))
4040

4141
if runner.failures:
42-
pytest.fail(msg=f"{runner.failures} tests failed")
42+
pytest.fail(f"{runner.failures} tests failed")

0 commit comments

Comments
 (0)