summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/funcy/funcy-1.14.ebuild')
-rw-r--r--dev-python/funcy/funcy-1.14.ebuild14
1 files changed, 1 insertions, 13 deletions
diff --git a/dev-python/funcy/funcy-1.14.ebuild b/dev-python/funcy/funcy-1.14.ebuild
index babc4c8350dd..dbae274d8803 100644
--- a/dev-python/funcy/funcy-1.14.ebuild
+++ b/dev-python/funcy/funcy-1.14.ebuild
@@ -13,19 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
-BDEPEND="
- ${RDEPEND}
- test? (
- dev-python/whatever[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- distutils_install_for_testing --via-root
- pytest || die "Tests fail with ${EPYTHON}"
-}