mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
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:
parent
84d53c99dc
commit
e5eaf98459
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user