commit:     ca707ea606df294bf514b0dedc3dea4a94efa554
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 18:26:36 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 20:47:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca707ea6

dev-python/mypy: Deselect tests broken with assertions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 c01c106ab99f..de2eae6aae16 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

Reply via email to