We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122748a commit 63e3d89Copy full SHA for 63e3d89
changelog/5946.bugfix.rst
@@ -1 +1 @@
1
-Fixed issue when parametrizing fixtures with numpy arrays (and possibly other sequence-like types).
+Fixed issue when parametrizing fixtures with numpy arrays (and possibly other sequence-like types).
testing/python/fixtures.py
@@ -4191,7 +4191,7 @@ def test_check_fixture_instantiations():
4191
4192
def test_fixture_parametrization_nparray(testdir):
4193
testdir.makepyfile(
4194
- """
+ """
4195
from numpy import linspace
4196
from pytest import fixture
4197
0 commit comments