Skip to content

Commit

Permalink
Metafunc: remove unused _ids
Browse files Browse the repository at this point in the history
Forgotten in 40b85d7.
  • Loading branch information
blueyed committed Nov 18, 2019
1 parent a2d4833 commit f3a1024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/_pytest/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,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 f3a1024

Please sign in to comment.