diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-24 13:30:38 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-10-24 13:31:10 -0500 |
commit | b366565d8b55c58bf888bd0a4c39b19341c52dc8 (patch) | |
tree | 1138687a99d04ad5155aec4516dccdaf3966f9dd /app-emulation/cloud-init | |
parent | net-misc/grive: version bump (bug #635142) (diff) | |
download | gentoo-b366565d8b55c58bf888bd0a4c39b19341c52dc8.tar.gz gentoo-b366565d8b55c58bf888bd0a4c39b19341c52dc8.tar.bz2 gentoo-b366565d8b55c58bf888bd0a4c39b19341c52dc8.zip |
app-emulation/cloud-init: restricting tests
cloud-init's requires installation to test, distutils_install_for_testing
is normally used, but fails here. cloud-init's setup.py is hard coding
some paths, which prevent the use of distutils_install_for_testing.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-emulation/cloud-init')
-rw-r--r-- | app-emulation/cloud-init/cloud-init-17.1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app-emulation/cloud-init/cloud-init-17.1.ebuild b/app-emulation/cloud-init/cloud-init-17.1.ebuild index e42af05c2a43..9a77fbe60223 100644 --- a/app-emulation/cloud-init/cloud-init-17.1.ebuild +++ b/app-emulation/cloud-init/cloud-init-17.1.ebuild @@ -14,6 +14,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="test" CDEPEND=" dev-python/jinja[${PYTHON_USEDEP}] @@ -26,8 +27,6 @@ CDEPEND=" dev-python/jsonschema[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " -# dev-python/prettytable[${PYTHON_USEDEP}] -# dev-python/cheetah[$(python_gen_usedep 'python2_7')] DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( @@ -40,9 +39,6 @@ DEPEND=" dev-python/contextlib2[${PYTHON_USEDEP}] ) " -# dev-python/pep8[${PYTHON_USEDEP}] -# dev-python/flake8[${PYTHON_USEDEP}] -# dev-python/hacking[${PYTHON_USEDEP}] RDEPEND=" ${CDEPEND} net-analyzer/macchanger |