remove unused var (fixes flakes tests)
This commit is contained in:
parent
b820cf2e39
commit
41bddb48a1
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue