We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 215be88 + b47f57a commit bae22e1Copy full SHA for bae22e1
src/_pytest/pytester.py
@@ -927,11 +927,9 @@ def parseconfigure(self, *args):
927
928
This returns a new :py:class:`_pytest.config.Config` instance like
929
:py:meth:`parseconfig`, but also calls the pytest_configure hook.
930
-
931
"""
932
config = self.parseconfig(*args)
933
config._do_configure()
934
- self.request.addfinalizer(config._ensure_unconfigure)
935
return config
936
937
def getitem(self, source, funcname="test_func"):
0 commit comments