Merge pull request #7010 from bluetech/rm-defaultfuncargprefixmarker
Remove unused defaultfuncargprefixmarker
This commit is contained in:
commit
e6563b7ca3
|
@ -1183,9 +1183,6 @@ def yield_fixture(
|
|||
)
|
||||
|
||||
|
||||
defaultfuncargprefixmarker = fixture()
|
||||
|
||||
|
||||
@fixture(scope="session")
|
||||
def pytestconfig(request):
|
||||
"""Session-scoped fixture that returns the :class:`_pytest.config.Config` object.
|
||||
|
|
Loading…
Reference in New Issue