remove the last own implementation of pytest_namespace

This commit is contained in:
Ronny Pfannschmidt 2017-07-31 13:48:25 +02:00
parent c68a89b4a7
commit e90f876b34
1 changed files with 0 additions and 9 deletions

View File

@ -83,15 +83,6 @@ def pytest_addoption(parser):
help="base temporary directory for this test run.")
def pytest_namespace():
"""keeping this one works around a deeper startup issue in pytest
i tried to find it for a while but the amount of time turned unsustainable,
so i put a hack in to revisit later
"""
return {}
def pytest_configure(config):
__import__('pytest').config = config # compatibiltiy