Skip to content

Commit

Permalink
Metafunc: remove unused _ids (#6220)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 18, 2019
2 parents b412661 + f3a1024 commit 64d8910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/_pytest/python.py
Expand Up @@ -917,7 +917,6 @@ def __init__(self, definition, fixtureinfo, config, cls=None, module=None):
self.cls = cls

self._calls = []
self._ids = set()
self._arg2fixturedefs = fixtureinfo.name2fixturedefs

@property
Expand Down

0 comments on commit 64d8910

Please sign in to comment.