fix issue198 - detection of fixtures from conftest.py files in deeper nested dir structures with certain invocations

This commit is contained in:
holger krekel
2012-10-17 13:42:40 +02:00
parent 26ab80c4cd
commit 67de2c53ac
5 changed files with 23 additions and 2 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.0.dev26',
version='2.3.0.dev27',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],