Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 773355
Collapse All | Expand All

(-)enrich-1.2.6.ebuild (-1 / +5 lines)
Lines 4-10 Link Here
4
EAPI=7
4
EAPI=7
5
5
6
PYTHON_COMPAT=( python3_{7..9} )
6
PYTHON_COMPAT=( python3_{7..9} )
7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
8
inherit distutils-r1
7
inherit distutils-r1
9
8
10
DESCRIPTION="Extend rich functionality"
9
DESCRIPTION="Extend rich functionality"
Lines 21-23 Link Here
21
	test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
20
	test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
22
21
23
distutils_enable_tests pytest
22
distutils_enable_tests pytest
23
24
python_install_all() {
25
	distutils-r1_python_install_all
26
	find "${ED}" -type d -name "test" -exec rm -rv {} + || die "test removing failed"
27
}

Return to bug 773355