dev-python/tinycss: Fix testing C extensions

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-08-06 12:00:23 +02:00
parent d5919af9e1
commit 941f3c18aa

View File

@@ -38,6 +38,6 @@ python_prepare_all() {
}
python_test() {
export TINYCSS_SKIP_SPEEDUPS_TESTS=1
epytest ${PN}/tests/test_*.py
rm -rf tinycss || die
epytest --pyargs tinycss
}