diff --git a/changelog/5946.bugfix.rst b/changelog/5946.bugfix.rst index 07bf23e44..62f012ccd 100644 --- a/changelog/5946.bugfix.rst +++ b/changelog/5946.bugfix.rst @@ -1 +1 @@ -Fixed issue when parametrizing fixtures with numpy arrays (and possibly other sequence-like types). \ No newline at end of file +Fixed issue when parametrizing fixtures with numpy arrays (and possibly other sequence-like types). diff --git a/testing/python/fixtures.py b/testing/python/fixtures.py index e0b464c96..4fcab0245 100644 --- a/testing/python/fixtures.py +++ b/testing/python/fixtures.py @@ -4191,7 +4191,7 @@ def test_indirect_fixture_does_not_break_scope(testdir): def test_fixture_parametrization_nparray(testdir): testdir.makepyfile( - """ + """ from numpy import linspace from pytest import fixture