actually don't expose unused _fillfuncargs
This commit is contained in:
parent
bfe6e98abb
commit
9c952b3ce0
|
@ -34,7 +34,7 @@ def pytest_namespace():
|
|||
'collect': {
|
||||
'Module': Module, 'Class': Class, 'Instance': Instance,
|
||||
'Function': Function, 'Generator': Generator,
|
||||
'_fillfuncargs': fillfuncargs}
|
||||
}
|
||||
}
|
||||
|
||||
def pytest_funcarg__pytestconfig(request):
|
||||
|
|
Loading…
Reference in New Issue