Merge pull request #7010 from bluetech/rm-defaultfuncargprefixmarker

Remove unused defaultfuncargprefixmarker
This commit is contained in:
Ran Benita
2020-04-04 14:53:08 +03:00
committed by GitHub

View File

@@ -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.