remove pytest namespace hook

This commit is contained in:
Ronny Pfannschmidt
2018-11-19 14:02:37 +01:00
parent 62967b3110
commit ba17363d75
5 changed files with 1 additions and 80 deletions

View File

@@ -113,9 +113,6 @@ PYTEST_PLUGINS_FROM_NON_TOP_LEVEL_CONFTEST = RemovedInPytest4Warning(
"Please move it to the top level conftest file instead."
)
PYTEST_NAMESPACE = RemovedInPytest4Warning(
"pytest_namespace is deprecated and will be removed soon"
)
PYTEST_ENSURETEMP = RemovedInPytest4Warning(
"pytest/tmpdir_factory.ensuretemp is deprecated, \n"