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
commit e6563b7ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

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.