fix issue93 - avoid "delayed" teardowns for distributed testing by

simplifying handling of teardowns.
This commit is contained in:
holger krekel
2011-12-02 21:00:19 +00:00
parent b28977fbaf
commit c4fe622b82
8 changed files with 55 additions and 51 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ def main():
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
version='2.2.0',
version='2.2.1.dev1',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
@@ -70,4 +70,4 @@ def make_entry_points():
return {'console_scripts': l}
if __name__ == '__main__':
main()
main()