idella4     14/05/16 15:01:25

  Modified:             cherrypy-3.3.0.ebuild ChangeLog
  Log:
  test phase again updated subject to a bump of nose with the result that pypy 
is no longer skipped
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/cherrypy/cherrypy-3.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild?r1=1.2&r2=1.3

Index: cherrypy-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cherrypy-3.3.0.ebuild       16 May 2014 04:25:19 -0000      1.2
+++ cherrypy-3.3.0.ebuild       16 May 2014 15:01:25 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 
1.2 2014/05/16 04:25:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 
1.3 2014/05/16 15:01:25 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -19,7 +19,7 @@
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+       test? ( >=dev-python/nose-1.3.3[${PYTHON_USEDEP}] )"
 RDEPEND=""
 S="${WORKDIR}/${MY_P}"
 
@@ -34,20 +34,20 @@
 }
 
 python_test() {
+       # suite requires current latest nose-1.3.3
+       # https://bitbucket.org/cherrypy/cherrypy/issue/1308
+       # https://bitbucket.org/cherrypy/cherrypy/issue/1306
        local exclude=(
-               # https://bitbucket.org/cherrypy/cherrypy/issue/1306
-               -e test_session
-
-               # https://bitbucket.org/cherrypy/cherrypy/issue/1308
-               -e test_file_stream
-
-               # https://bitbucket.org/cherrypy/cherrypy/issue/1315
-               -e test_HTTP11_pipelining
+               -e test_file_stream -e test_4_File_deletion -e test_3_Redirect
+               -e test_2_File_Concurrency -e test_0_Session -e testStatic
        )
 
        # This really doesn't sit well with multiprocessing
-       # https://github.com/nose-devs/nose/issues/808
-       if ! [[ "${EPYTHON}" == pypy ]]; then
+       # The issue 1306 tells us some tests are subject to the deleterious 
effects of
+       # the 'race condition'.  Both the issues are unresolved / open
+       if [[ "${EPYTHON}" == pypy ]]; then
+               nosetests "${exclude[@]}" -I test_logging.py < /dev/tty || die 
"Testing failed with${EPYTHON}"
+       else
                nosetests "${exclude[@]}" < /dev/tty || die "Testing failed 
with ${EPYTHON}"
        fi
 }



1.64                 dev-python/cherrypy/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.64&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?rev=1.64&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cherrypy/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   16 May 2014 04:25:19 -0000      1.63
+++ ChangeLog   16 May 2014 15:01:25 -0000      1.64
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cherrypy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.63 
2014/05/16 04:25:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.64 
2014/05/16 15:01:25 idella4 Exp $
+
+  16 May 2014; Ian Delaney <[email protected]> cherrypy-3.3.0.ebuild:
+  test phase again updated subject to a bump of nose with the result that pypy
+  is no longer skipped
 
   16 May 2014; Ian Delaney <[email protected]> cherrypy-3.3.0.ebuild:
   update test phase




Reply via email to