mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/frozendict: fix test phase
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -21,7 +21,7 @@ LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc64"
|
||||
|
||||
# few tests fail with python3_9 and one with python3_10
|
||||
RESTRICT="test"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
python_test() {
|
||||
cd "${T}" || die
|
||||
epytest "${S}/test"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user