python3Packages.ibis-framework: disable failing tests

This commit is contained in:
Martin Weinelt
2026-07-13 10:35:09 +02:00
parent 58fb166190
commit 21bc71ff24

View File

@@ -272,6 +272,13 @@ buildPythonPackage (finalAttrs: {
"test_signature_from_callable_with_keyword_only_arguments"
];
disabledTestPaths = [
# TypeError: pytest.approx() does not support nan_ok for datetime/timedelta comparisons.
"ibis/backends/tests/tpc/h/test_queries.py::test_18"
"ibis/backends/tests/tpc/h/test_queries.py::test_03"
"ibis/backends/tests/tpc/ds/test_queries.py::test_51"
];
# patch out tests that check formatting with black
postPatch = ''
find ibis/tests -type f -name '*.py' -exec sed -i \