extended - fix issue214 - ignore attribute-access errors with objects in test modules that can blow up (for example flask's request object)

This commit is contained in:
holger krekel
2012-10-31 17:00:55 +01:00
parent 983b2d2475
commit fb173a97a8
6 changed files with 30 additions and 41 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.2',
version='2.3.3.dev1',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],