patrick     15/03/19 05:34:16

  Modified:             logilab-common-0.63.2.ebuild ChangeLog
  Log:
  Remove obsolete fixes for testphase that now fail themselves #543750
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-python/logilab-common/logilab-common-0.63.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.63.2.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.63.2.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.63.2.ebuild?r1=1.7&r2=1.8

Index: logilab-common-0.63.2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.63.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- logilab-common-0.63.2.ebuild        13 Mar 2015 23:50:54 -0000      1.7
+++ logilab-common-0.63.2.ebuild        19 Mar 2015 05:34:16 -0000      1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.63.2.ebuild,v
 1.7 2015/03/13 23:50:54 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.63.2.ebuild,v
 1.8 2015/03/19 05:34:16 patrick Exp $
 
 EAPI=5
 
@@ -58,25 +58,6 @@
 
        # Make sure that the tests use correct modules.
        pushd "${TEST_DIR}"/lib > /dev/null || die
-
-       if python_is_python3; then
-       # http://www.logilab.org/ticket/241813, 241807
-       # The suite can be made to pass under py3.4 by disabling the class 
MxDateTC in unittest_date.py
-       # These are covered by issue 241813.  Any and all methods to disable 
them temporarily
-       # (assuming they will ever be fixed) are simply cumbersome in the 
extreme, thus impractical.
-       # The failures are specific to py3.4's unittest's parameters in 
_addSkip and not the package itself.
-               if [[ "${EPYTHON}" == "python3.4" ]]; then
-                       sed -e 's:test_any:_&:' \
-                               -i $(find . -name unittest_compat.py) || die
-                       sed -e 's:test_add_days_worked:_&:' \
-                               -i $(find . -name unittest_date.py) || die
-               fi
-       # Still one related failure under py3.4
-       # Returns a clean run under py3.3, though leaving fails exposed in this 
bump of 0.62.1
-       # https://www.logilab.org/ticket/269904
-       # Also unittest_date.py known to fail related to absence of installed 
egenix-mx-base
-       #       rm $(find . -name unittest_umessage.py) || die
-       fi
        "${TEST_DIR}"/scripts/pytest || die "Tests fail with ${EPYTHON}"
        popd > /dev/null || die
 }



1.155                dev-python/logilab-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   13 Mar 2015 23:50:54 -0000      1.154
+++ ChangeLog   19 Mar 2015 05:34:16 -0000      1.155
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/logilab-common
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.154 
2015/03/13 23:50:54 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.155 
2015/03/19 05:34:16 patrick Exp $
+
+  19 Mar 2015; Patrick Lauer <patr...@gentoo.org> logilab-common-0.63.2.ebuild:
+  Remove obsolete fixes for testphase that now fail themselves #543750
 
   13 Mar 2015; Ian Delaney <idel...@gentoo.org> logilab-common-0.63.2.ebuild:
   return dep needed for tests




Reply via email to