Remove code debugging leftovers

This commit is contained in:
Bruno Oliveira
2019-03-02 09:56:15 -03:00
parent d97473e551
commit 6a2d122a50
3 changed files with 1 additions and 3 deletions

View File

@@ -870,7 +870,6 @@ class FixtureDef(object):
def execute(self, request):
# get required arguments and register our own finish()
# with their finalization
# TODO CHECK HOW TO AVOID EXPLICITLY FINALIZING AGAINST ARGNAMES
for argname in self.argnames:
fixturedef = request._get_active_fixturedef(argname)
if argname != "request":