dev-python/lmdb: Fix testing prior to installing

Closes: https://bugs.gentoo.org/884737
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-12-08 05:11:50 +01:00
parent 207288166c
commit f9b7333f5a

View File

@@ -36,5 +36,6 @@ src_compile() {
}
python_test() {
rm -rf lmdb || die
epytest tests
}