Skip to content

Commit 63e3d89

Browse files
author
Victor Maryama
committed
Fixed linting.
1 parent 122748a commit 63e3d89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog/5946.bugfix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fixed issue when parametrizing fixtures with numpy arrays (and possibly other sequence-like types).
1+
Fixed issue when parametrizing fixtures with numpy arrays (and possibly other sequence-like types).

testing/python/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4191,7 +4191,7 @@ def test_check_fixture_instantiations():
41914191

41924192
def test_fixture_parametrization_nparray(testdir):
41934193
testdir.makepyfile(
4194-
"""
4194+
"""
41954195
from numpy import linspace
41964196
from pytest import fixture
41974197

0 commit comments

Comments
 (0)