summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-06 12:00:23 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-06 12:03:24 +0200
commit941f3c18aa9edf028858d2f2750c81a0977a39fa (patch)
tree20119a0cf3f3055a9358bc068dba404168b2f36d /dev-python/tinycss
parentdev-python/python-box: Fix testing the C extension (diff)
downloadgentoo-941f3c18aa9edf028858d2f2750c81a0977a39fa.tar.gz
gentoo-941f3c18aa9edf028858d2f2750c81a0977a39fa.tar.bz2
gentoo-941f3c18aa9edf028858d2f2750c81a0977a39fa.zip
dev-python/tinycss: Fix testing C extensions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tinycss')
-rw-r--r--dev-python/tinycss/tinycss-0.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tinycss/tinycss-0.4-r1.ebuild b/dev-python/tinycss/tinycss-0.4-r1.ebuild
index 0fbb1ae7115a..c6b2dae8d2f2 100644
--- a/dev-python/tinycss/tinycss-0.4-r1.ebuild
+++ b/dev-python/tinycss/tinycss-0.4-r1.ebuild
@@ -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
}