diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-31 17:12:00 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-31 17:12:18 -0500 |
commit | a869f44f1fb9dd47e7d973bf465c77719c740466 (patch) | |
tree | 61e6cd699c646c94817f136ba8f9de82c5dee348 /dev-python/rackspace-monitoring | |
parent | media-libs/ftgl: skip unit tests (bug #619390) (diff) | |
download | gentoo-a869f44f1fb9dd47e7d973bf465c77719c740466.tar.gz gentoo-a869f44f1fb9dd47e7d973bf465c77719c740466.tar.bz2 gentoo-a869f44f1fb9dd47e7d973bf465c77719c740466.zip |
dev-python/rackspace-monitoring: restricting tests for bug 636106
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'dev-python/rackspace-monitoring')
-rw-r--r-- | dev-python/rackspace-monitoring/rackspace-monitoring-0.6.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/rackspace-monitoring/rackspace-monitoring-0.6.5.ebuild b/dev-python/rackspace-monitoring/rackspace-monitoring-0.6.5.ebuild index b6c4ace0c48c..e4206b2da4eb 100644 --- a/dev-python/rackspace-monitoring/rackspace-monitoring-0.6.5.ebuild +++ b/dev-python/rackspace-monitoring/rackspace-monitoring-0.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="test" # resrticted for bug 636106 TEST_DEPENDS="dev-python/pep8[${PYTHON_USEDEP}]" RDEPEND=" |