4 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/186d646bd9fe/ Changeset: 186d646bd9fe User: hpk42 Date: 2013-12-12 08:16:16 Summary: remove py25 from automated testing Affected #: 1 file
diff -r 10c2993a6ba2e94a0857635af5e376dff987f2a2 -r 186d646bd9fee69c33a73f60649495605f736973 tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] distshare={homedir}/.tox/distshare -envlist=flakes,py25,py26,py27,pypy,py27-pexpect,py33-pexpect,py27-nobyte,py32,py33,py27-xdist,py33-xdist,trial +envlist=flakes,py26,py27,pypy,py27-pexpect,py33-pexpect,py27-nobyte,py32,py33,py27-xdist,py33-xdist,trial [testenv] changedir=testing @@ -12,11 +12,6 @@ changedir=. commands= py.test --genscript=pytest1 -[testenv:py25] -setenv = - PIP_INSECURE=1 -deps=nose - [testenv:flakes] changedir= deps = pytest-flakes>=0.2 https://bitbucket.org/hpk42/pytest/commits/a064ad64d167/ Changeset: a064ad64d167 User: hpk42 Date: 2013-12-12 13:01:57 Summary: fix typo Affected #: 1 file diff -r 186d646bd9fee69c33a73f60649495605f736973 -r a064ad64d167508a8e9e73766b1a4e6bd10c85db doc/en/announce/release-2.5.0.txt --- a/doc/en/announce/release-2.5.0.txt +++ b/doc/en/announce/release-2.5.0.txt @@ -45,8 +45,6 @@ with this release we believe). - simplified and fixed implementation for calling finalizers when - -- simplified and fixed implementation for calling finalizers when parametrized fixtures or function arguments are involved. finalization is now performed lazily at setup time instead of in the "teardown phase". While this might sound odd at first, it helps to ensure that we are https://bitbucket.org/hpk42/pytest/commits/17bb6cf96f5f/ Changeset: 17bb6cf96f5f User: hpk42 Date: 2013-12-12 13:06:21 Summary: Added tag 2.5.0 for changeset a064ad64d167 Affected #: 1 file diff -r a064ad64d167508a8e9e73766b1a4e6bd10c85db -r 17bb6cf96f5fdd92212f1ebf34d5799b1ca4a992 .hgtags --- a/.hgtags +++ b/.hgtags @@ -63,3 +63,4 @@ af860de70cc3f157ac34ca1d4bf557a057bff775 2.4.0 8828c924acae0b4cad2e2cb92943d51da7cb744a 2.4.1 8d051f89184bfa3033f5e59819dff9f32a612941 2.4.2 +a064ad64d167508a8e9e73766b1a4e6bd10c85db 2.5.0 https://bitbucket.org/hpk42/pytest/commits/98efed365b18/ Changeset: 98efed365b18 User: hpk42 Date: 2013-12-12 13:06:25 Summary: some doc fixes Affected #: 2 files diff -r 17bb6cf96f5fdd92212f1ebf34d5799b1ca4a992 -r 98efed365b187b80af771abc085c8840546d104d doc/en/conf.py --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -17,8 +17,8 @@ # # The full version, including alpha/beta/rc tags. # The short X.Y version. -version = "2.4.2" -release = "2.4.2" +version = "2.5.0" +release = "2.5.0" import sys, os diff -r 17bb6cf96f5fdd92212f1ebf34d5799b1ca4a992 -r 98efed365b187b80af771abc085c8840546d104d doc/en/index.txt --- a/doc/en/index.txt +++ b/doc/en/index.txt @@ -1,7 +1,7 @@ .. _features: -.. note:: second training: `professional testing with Python <http://www.python-academy.com/courses/specialtopics/python_course_testing.html>`_ , 25-27th November 2013, Leipzig. +.. second training: `professional testing with Python <http://www.python-academy.com/courses/specialtopics/python_course_testing.html>`_ , 25-27th November 2013, Leipzig. pytest: helps you write better programs ============================================= 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. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit