From 63e3d89647499b7c28bde50391fa9313edb21c5d Mon Sep 17 00:00:00 2001 From: Victor Maryama Date: Sat, 12 Oct 2019 15:08:47 +0200 Subject: [PATCH] Fixed linting. --- changelog/5946.bugfix.rst | 2 +- testing/python/fixtures.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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