mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 19:43:30 +00:00
python3Packages.ibis-framework: disable failing tests from duckdb upgrade
This commit is contained in:
parent
72dd482b70
commit
5ac17de578
@ -112,6 +112,10 @@ buildPythonPackage rec {
|
||||
"--dist=loadgroup"
|
||||
"-m"
|
||||
"'${lib.concatStringsSep " or " testBackends} or core'"
|
||||
# these will be fixed in ibis-framework 5.0.0
|
||||
"--deselect=ibis/backends/tests/test_string.py::test_string"
|
||||
"--deselect=ibis/backends/tests/test_register.py::test_csv_reregister_schema"
|
||||
"--deselect=ibis/backends/tests/test_client.py::test_list_databases"
|
||||
];
|
||||
|
||||
# remove when sqlalchemy backend no longer uses deprecated methods
|
||||
|
Loading…
Reference in New Issue
Block a user