diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-05-04 11:58:57 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-05-04 11:58:57 +0000 |
commit | 7eaea5635397f6daf50f6745f2c9d3322c07b4cf (patch) | |
tree | a98c7deaa030e4f88750c49534656c5e1a8986ec /dev-python/python-twitter | |
parent | Initial import. (diff) | |
download | gentoo-2-7eaea5635397f6daf50f6745f2c9d3322c07b4cf.tar.gz gentoo-2-7eaea5635397f6daf50f6745f2c9d3322c07b4cf.tar.bz2 gentoo-2-7eaea5635397f6daf50f6745f2c9d3322c07b4cf.zip |
dev-python/python-twitter: added comment about tests
(Portage version: 2.1.9.45/cvs/Linux i686)
Diffstat (limited to 'dev-python/python-twitter')
-rw-r--r-- | dev-python/python-twitter/python-twitter-0.8.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/python-twitter/python-twitter-0.8.1.ebuild b/dev-python/python-twitter/python-twitter-0.8.1.ebuild index 09ce3654a10c..ef2476621cd4 100644 --- a/dev-python/python-twitter/python-twitter-0.8.1.ebuild +++ b/dev-python/python-twitter/python-twitter-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-twitter/python-twitter-0.8.1.ebuild,v 1.1 2011/04/30 15:47:35 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-twitter/python-twitter-0.8.1.ebuild,v 1.2 2011/05/04 11:58:57 maksbotan Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -32,6 +32,8 @@ src_prepare() { rm -fr simplejson } +#Test are disabled because they are broken. +#See http://code.google.com/p/python-twitter/issues/detail?id=196 for details. #src_test() { # testing() { # PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" twitter_test.py |