remove hudson artifact handling in favour of indexserver

This commit is contained in:
holger krekel
2010-10-15 21:15:48 +02:00
parent 9675d754db
commit 516b5cfe6a
2 changed files with 7 additions and 10 deletions

View File

@@ -11,9 +11,9 @@ def pytest_funcarg__hookrecorder(request):
def pytest_funcarg__hook(request):
from xdist import newhooks
from pytest._core import HookRelay, Registry
from pytest._core import HookRelay, PluginManager
from pytest import hookspec
return HookRelay([hookspec, newhooks], Registry())
return HookRelay([hookspec, newhooks], PluginManager())
class pytest_funcarg__mysetup:
def __init__(self, request):