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.
1 parent fbb7f66 commit b47f57aCopy full SHA for b47f57a
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