mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/tinycss: Fix testing C extensions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user