make sure ihook uses a node's fspath - important for hooks

e.g. during a Module's collect to pick up conftest.py files
residing in the same dir
This commit is contained in:
holger krekel
2012-10-22 16:12:22 +02:00
parent f28f073c7c
commit 05c86aeb28
6 changed files with 40 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ def main():
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
version='2.3.2.dev6',
version='2.3.2.dev7',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],