Skip to content

Commit

Permalink
python: remove unused pytest_make_parametrize_id hookimpl
Browse files Browse the repository at this point in the history
Added in 7992742 initially, but never used.
  • Loading branch information
blueyed committed Nov 19, 2019
1 parent 89eeefb commit 4804d4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/_pytest/python.py
Expand Up @@ -241,10 +241,6 @@ def pytest_pycollect_makeitem(collector, name, obj):
outcome.force_result(res)


def pytest_make_parametrize_id(config, val, argname=None):
return None


class PyobjContext:
module = pyobj_property("Module")
cls = pyobj_property("Class")
Expand Down

0 comments on commit 4804d4b

Please sign in to comment.