Loading pkgs/development/python-modules/duckdb-engine/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ pytestCheckHook, pythonAtLeast, pythonOlder, python, duckdb, hypothesis, pandas, Loading Loading @@ -63,6 +64,15 @@ buildPythonPackage rec { "duckdb_engine/tests/test_datatypes.py" ]; disabledTests = [ # incompatible with duckdb 1.1.1 "test_with_cache" ] ++ lib.optionals (python.pythonVersion == "3.11") [ # incompatible with duckdb 1.1.1 "test_all_types_reflection" "test_nested_types" ]; pythonImportsCheck = [ "duckdb_engine" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/duckdb-engine/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ pytestCheckHook, pythonAtLeast, pythonOlder, python, duckdb, hypothesis, pandas, Loading Loading @@ -63,6 +64,15 @@ buildPythonPackage rec { "duckdb_engine/tests/test_datatypes.py" ]; disabledTests = [ # incompatible with duckdb 1.1.1 "test_with_cache" ] ++ lib.optionals (python.pythonVersion == "3.11") [ # incompatible with duckdb 1.1.1 "test_all_types_reflection" "test_nested_types" ]; pythonImportsCheck = [ "duckdb_engine" ]; meta = with lib; { Loading