From 93e73ea490422947bd1e3c1ef2a4335a0141afcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 14 Jun 2020 12:56:41 +0200 Subject: [PATCH] dev-python/cython: Reenable tests on py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cython/cython-0.29.20-r1.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-python/cython/cython-0.29.20-r1.ebuild b/dev-python/cython/cython-0.29.20-r1.ebuild index c1f45f653d2b3..c536c20a045e3 100644 --- a/dev-python/cython/cython-0.29.20-r1.ebuild +++ b/dev-python/cython/cython-0.29.20-r1.ebuild @@ -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"