adapt pytest to using pluggy (current master)

--HG--
branch : pluggy1
This commit is contained in:
holger krekel
2015-04-29 16:40:51 +02:00
parent 9aec5cd52d
commit 5ee7ee0850
10 changed files with 334 additions and 1649 deletions

View File

@@ -12,7 +12,7 @@ if __name__ == '__main__': # if run as a script or by 'python -m pytest'
# else we are imported
from _pytest.config import main, UsageError, _preloadplugins, cmdline
from _pytest.core import hookspec_opts, hookimpl_opts
from pluggy import hookspec_opts, hookimpl_opts
from _pytest import __version__
_preloadplugins() # to populate pytest.* namespace so help(pytest) works