2 new commits in pytest:
https://bitbucket.org/hpk42/pytest/changeset/375658534add/ changeset: 375658534add user: hpk42 date: 2012-10-28 10:12:36 summary: remove unused code affected #: 1 file diff -r 49bdddc2ef8df63fdc33a29c9168937a4fe0b3a1 -r 375658534addf02aaf54eb21147c160f23fdbdd2 _pytest/config.py --- a/_pytest/config.py +++ b/_pytest/config.py @@ -477,14 +477,3 @@ return iniconfig['pytest'] return {} -def findupwards(current, basename): - current = py.path.local(current) - while 1: - p = current.join(basename) - if p.check(): - return p - p = current.dirpath() - if p == current: - return - current = p - https://bitbucket.org/hpk42/pytest/changeset/253d5159436a/ changeset: 253d5159436a user: hpk42 date: 2012-10-28 10:13:37 summary: fix wrong document version on pytest.org (closes #210) affected #: 1 file diff -r 375658534addf02aaf54eb21147c160f23fdbdd2 -r 253d5159436ad40955dabf59740e402476e3935c doc/en/conf.py --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -17,7 +17,7 @@ # # The full version, including alpha/beta/rc tags. # The short X.Y version. -version = release = "2.4.2" +version = release = "2.3.2" import sys, os 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. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn