python: remove unused pytest_make_parametrize_id hookimpl (#6228)

This commit is contained in:
Daniel Hahler 2019-11-19 02:55:24 +01:00 committed by GitHub
commit d1e2d12b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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")