sci-mathematics/mathlib-tools: remove problematic tests

Closes: https://bugs.gentoo.org/820218
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć 2021-10-25 16:51:19 +02:00
parent 84d53c99dc
commit e5eaf98459
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A

View File

@ -3,8 +3,7 @@
EAPI=8
# Tests fail with 3.9
PYTHON_COMPAT=(python3_8)
PYTHON_COMPAT=(python3_{8,9})
inherit distutils-r1
@ -40,4 +39,11 @@ RDEPEND="
dev-lang/lean:0/3
"
src_prepare() {
# Remove problematic tests (mainly issues with network)
rm ./tests/test_functional.py || die
distutils-r1_python_prepare_all
}
distutils_enable_tests pytest