create version/interpreter differentiated py.test$VER for cpython, jython, pypy-c's, prepare 1.1.2 release

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-12-23 19:58:52 +01:00
parent 4b1db63b35
commit 1580b2c8da
6 changed files with 104 additions and 56 deletions
+4
View File
@@ -1,7 +1,11 @@
Changes between 1.1.2 and 1.1.1
=====================================
- install 'py.test' and `py.which` with a ``-$VERSION`` suffix to
disambiguate between Python3, python2.X, Jython and PyPy installed versions.
- fix assert reinterpreation that sees a call containing "keyword=..."
- skip some install-tests if no execnet is available
Changes between 1.1.1 and 1.1.0