fix issue33 - no collection error for classes prefixed "test" deriving from object
This commit is contained in:
2
setup.py
2
setup.py
@@ -22,7 +22,7 @@ def main():
|
||||
name='pytest',
|
||||
description='py.test: simple powerful testing with Python',
|
||||
long_description = long_description,
|
||||
version='2.0.3.dev1',
|
||||
version='2.0.3.dev2',
|
||||
url='http://pytest.org',
|
||||
license='MIT license',
|
||||
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
||||
|
||||
Reference in New Issue
Block a user