fix issue93 - hide output of code in early-loaded conftest files

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-10-24 23:26:14 +02:00
parent f466d35771
commit b4210f3ae0
4 changed files with 28 additions and 5 deletions

View File

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