prolong workaround for jython AST bug http://bugs.jython.org/issue1497

to make pytest work for post-2.5.1 jython versions
This commit is contained in:
holger krekel
2012-11-07 10:05:39 +01:00
parent eedc4242ef
commit 476d210d09
3 changed files with 3 additions and 3 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.3',
version='2.3.4.dev1',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],