dev-python/cython: Reenable tests on py3.9

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-14 12:56:41 +02:00
parent afb4b0bdab
commit 93e73ea490

View File

@@ -55,12 +55,6 @@ python_compile_all() {
}
python_test() {
if [[ ${EPYTHON} == python3.9 ]]; then
# https://github.com/cython/cython/issues/3349
einfo "Skipping py3.9 due to known failures"
return
fi
tc-export CC
# https://github.com/cython/cython/issues/1911
local -x CFLAGS="${CFLAGS} -fno-strict-overflow"