summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/fabric')
-rw-r--r--dev-python/fabric/ChangeLog5
-rw-r--r--dev-python/fabric/fabric-1.10.0.ebuild3
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}"
}