fix issue226 - LIFO ordering for fixture-added teardowns

This commit is contained in:
holger krekel
2012-11-16 10:03:51 +01:00
parent e15da7cbef
commit b940ed11a0
5 changed files with 38 additions and 7 deletions

View File

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