remove pytest_namespace from _pytest.main

This commit is contained in:
Ronny Pfannschmidt
2017-02-28 17:41:20 +01:00
parent 61f418a267
commit 99c8f2d403
2 changed files with 11 additions and 5 deletions
-5
View File
@@ -77,11 +77,6 @@ def pytest_addoption(parser):
help="base temporary directory for this test run.")
def pytest_namespace():
collect = dict(Item=Item, Collector=Collector, File=File, Session=Session)
return dict(collect=collect)
def pytest_configure(config):
pytest.config = config # compatibility