From 41bddb48a1a6199e129eef0e54595899d9e138a2 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 16 Dec 2013 12:38:15 +0100 Subject: [PATCH] remove unused var (fixes flakes tests) --- testing/python/metafunc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/python/metafunc.py b/testing/python/metafunc.py index e830389e1..464c9e937 100644 --- a/testing/python/metafunc.py +++ b/testing/python/metafunc.py @@ -631,7 +631,7 @@ class TestMetafuncFunctional: ]) def test_generate_same_function_names_issue403(self, testdir): - sub1 = testdir.makepyfile(""" + testdir.makepyfile(""" import pytest def make_tests():