diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-16 23:17:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-16 23:39:46 +0200 |
commit | 13e225f26a38b42ac1d08be79fe780e52d3581f1 (patch) | |
tree | 15d9ffd7cbde404a14450636802a5c2115e6b3e0 | |
parent | dev-python/pylint: Fix dependencies (diff) | |
download | gentoo-13e225f26a38b42ac1d08be79fe780e52d3581f1.tar.gz gentoo-13e225f26a38b42ac1d08be79fe780e52d3581f1.tar.bz2 gentoo-13e225f26a38b42ac1d08be79fe780e52d3581f1.zip |
dev-python/pylint: Remove wrong test restriction
-rw-r--r-- | dev-python/pylint/pylint-1.7.1-r1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/pylint/pylint-1.7.1-r1.ebuild b/dev-python/pylint/pylint-1.7.1-r1.ebuild index 54eb6b319ccf..5ab240286e04 100644 --- a/dev-python/pylint/pylint-1.7.1-r1.ebuild +++ b/dev-python/pylint/pylint-1.7.1-r1.ebuild @@ -33,8 +33,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} )" -RESTRICT="test" # multiple failures - # Usual. Requ'd for impl specific failures in test phase DISTUTILS_IN_SOURCE_BUILD=1 |