From ca707ea606df294bf514b0dedc3dea4a94efa554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 10 Oct 2023 20:26:36 +0200 Subject: [PATCH] dev-python/mypy: Deselect tests broken with assertions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/mypy/mypy-1.6.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/mypy/mypy-1.6.0.ebuild b/dev-python/mypy/mypy-1.6.0.ebuild index c01c106ab99f0..de2eae6aae168 100644 --- a/dev-python/mypy/mypy-1.6.0.ebuild +++ b/dev-python/mypy/mypy-1.6.0.ebuild @@ -52,6 +52,10 @@ python_test() { local EPYTEST_DESELECT=( # the majority of them require Internet (via pip) mypy/test/testpep561.py + # known broken with assertions enabled + # https://github.com/python/mypy/issues/16043 + mypyc/test/test_run.py::TestRun::run-i64.test::testI64GlueMethodsAndInheritance + mypyc/test/test_run.py::TestRun::run-floats.test::testFloatOps ) # Some mypy/test/testcmdline.py::PythonCmdlineSuite tests # fail with high COLUMNS values