diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-10-08 08:54:29 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-10-08 08:54:29 +0000 |
commit | 0397c8e239bd10d6bd547f42179d76779e04b541 (patch) | |
tree | 6bbf38f59b2294b2014c2456925bc12ef3c03f71 /dev-python/fabric | |
parent | Version bump, as requested by Jaren Stangret in bug #462984. (diff) | |
download | gentoo-2-0397c8e239bd10d6bd547f42179d76779e04b541.tar.gz gentoo-2-0397c8e239bd10d6bd547f42179d76779e04b541.tar.bz2 gentoo-2-0397c8e239bd10d6bd547f42179d76779e04b541.zip |
remove erronoeous test bug from test phase
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/fabric')
-rw-r--r-- | dev-python/fabric/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fabric/fabric-1.10.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/fabric/ChangeLog b/dev-python/fabric/ChangeLog index 893741a6b992..4b37924d50e9 100644 --- a/dev-python/fabric/ChangeLog +++ b/dev-python/fabric/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fabric # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v 1.49 2014/09/18 09:38:26 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v 1.50 2014/10/08 08:54:29 idella4 Exp $ + + 08 Oct 2014; Ian Delaney <idella4@gentoo.org> fabric-1.10.0.ebuild: + remove erronoeous test bug from test phase *fabric-1.10.0.ebuild diff --git a/dev-python/fabric/fabric-1.10.0.ebuild b/dev-python/fabric/fabric-1.10.0.ebuild index 609ba80abc56..fe9d2748a543 100644 --- a/dev-python/fabric/fabric-1.10.0.ebuild +++ b/dev-python/fabric/fabric-1.10.0.ebuild @@ -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/fabric/fabric-1.10.0.ebuild,v 1.1 2014/09/18 09:17:55 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild,v 1.2 2014/10/08 08:54:29 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) # py2 only @@ -58,7 +58,6 @@ src_test() { } python_test() { - # https://github.com/fabric/fabric/issues/1193 nosetests tests || die "Tests failed under ${EPYTHON}" } |