Fixed linting.
This commit is contained in:
parent
122748a6cf
commit
63e3d89647
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue