Skip to content

Commit

Permalink
python: remove unused pytest_make_parametrize_id hookimpl (#6228)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 19, 2019
2 parents b820b7e + 4804d4b commit d1e2d12
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 d1e2d12

Please sign in to comment.