mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-python/frozendict: fix pytest dependencies
Fixes:89e4ee59e0("dev-python/frozendict: fix test phase") Fixes:880f511ea9("dev-python/frozendict: add 2.3.4") Closes: https://bugs.gentoo.org/865163 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/26863 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -21,6 +21,8 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc64"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
cd "${T}" || die
|
||||
epytest "${S}/test"
|
||||
|
||||
@@ -23,6 +23,8 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc64"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
cd "${T}" || die
|
||||
epytest "${S}/test"
|
||||
|
||||
Reference in New Issue
Block a user