[py-svn] commit/pytest: hpk42: fix issue209 - depend on pylib dev version which again supports python2.4

Bitbucket commits-noreply at bitbucket.org
Mon Nov 5 12:22:06 CET 2012


1 new commit in pytest:


https://bitbucket.org/hpk42/pytest/changeset/08e713c68aba/
changeset:   08e713c68aba
user:        hpk42
date:        2012-11-05 12:21:58
summary:     fix issue209 - depend on pylib dev version which again supports python2.4
affected #:  3 files

diff -r dd4b2fddc75d80c596b458614088456ee409c09c -r 08e713c68aba7134a29f8d24980a78500b137abe CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,10 @@
 - fix issue148 - @unittest.skip on classes is now recognized and avoids
   calling setUpClass/tearDownClass
 
+- fix issue209 - reintroduce python2.4 support by depending on newer
+  pylib which re-introduced statement-finding for pre-AST interpreters
+
+
 Changes between 2.3.1 and 2.3.2
 -----------------------------------
 


diff -r dd4b2fddc75d80c596b458614088456ee409c09c -r 08e713c68aba7134a29f8d24980a78500b137abe setup.py
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@
         entry_points= make_entry_points(),
         cmdclass = {'test': PyTest},
         # the following should be enabled for release
-        install_requires=['py>=1.4.11'],
+        install_requires=['py>=1.4.12.dev1'],
         classifiers=['Development Status :: 6 - Mature',
                      'Intended Audience :: Developers',
                      'License :: OSI Approved :: MIT License',


diff -r dd4b2fddc75d80c596b458614088456ee409c09c -r 08e713c68aba7134a29f8d24980a78500b137abe tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,10 @@
 [tox]
 distshare={homedir}/.tox/distshare
-envlist=py26,py27,py27-nobyte,py31,py32,py33,py27-xdist,py25,trial
+envlist=py24,py26,py27,py27-nobyte,py31,py32,py33,py27-xdist,py25,trial
 indexserver=
     pypi = http://pypi.python.org/simple
     testrun = http://pypi.testrun.org
-    #default = http://pypi.testrun.org
+    default = http://pypi.testrun.org
 
 [testenv]
 changedir=testing

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list