mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-18 02:59:07 -07:00
dev-python/mypy: Deselect tests broken with assertions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user