don't call nose' setup methods if they are marked with pytest.setup

This commit is contained in:
holger krekel
2012-09-22 00:23:36 +02:00
parent 738f14a48a
commit 465cfff6f9
4 changed files with 14 additions and 3 deletions
+1 -1
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.dev15',
version='2.3.0.dev16',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],