adapt to new pytest changes, use new addini/getini methods for rsyncdirs / rsyncignore options

This commit is contained in:
holger krekel
2010-11-01 00:27:43 +01:00
parent f1a77e80e8
commit 4cd76363f6
7 changed files with 38 additions and 28 deletions

View File

@@ -145,7 +145,7 @@ class SlaveFailSession:
if self.config.option.debug:
print(" ".join(map(str, args)))
def pytest_perform_collection(self, session):
def pytest_collection(self, session):
self.session = session
self.collection = session.collection
self.topdir, self.trails = self.current_command