Merge pull request #6709 from bluetech/rm-arg2finish

Remove unused field FixtureManager._arg2finish
This commit is contained in:
Ran Benita 2020-02-10 21:26:30 +02:00 committed by GitHub
commit b59d32a5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1249,7 +1249,6 @@ class FixtureManager:
self.config = session.config
self._arg2fixturedefs = {}
self._holderobjseen = set()
self._arg2finish = {}
self._nodeid_and_autousenames = [("", self.config.getini("usefixtures"))]
session.config.pluginmanager.register(self, "funcmanage")