Fixed linting.

This commit is contained in:
Victor Maryama 2019-10-12 15:08:47 +02:00
parent 122748a6cf
commit 63e3d89647
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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