python310Packages.crate 0 -> 1 attrpath: python310Packages.crate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gp6f97xnf996jqxzcpw7c6i5wdbc23gr-packages.json.drv building '/nix/store/gp6f97xnf996jqxzcpw7c6i5wdbc23gr-packages.json.drv'... Going to be running update for following packages: - python3.10-crate-0.31.1 Press Enter key to continue... Running update for: - python3.10-crate-0.31.1: UPDATING ... - python3.10-crate-0.31.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/crate/default.nix b/pkgs/development/python-modules/crate/default.nix index 6535ab5f6c8..9a35d26a1ad 100644 --- a/pkgs/development/python-modules/crate/default.nix +++ b/pkgs/development/python-modules/crate/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "crate"; - version = "0.31.1"; + version = "0.33.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-SYjzyPqKR6BpC5z3P/ASDXe0mwi8Hz413b8Fm7cc5zo="; + hash = "sha256-bzsJnWw4rLjl1VrjmfNq4PudrnWPB1FzIuWAc9WmT6M="; }; propagatedBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.crate nix build failed. @patch('crate.client.connection.Cursor', mock_cursor=FakeCursor) def test_bulk_save_pandas(self, mock_cursor): """ Verify bulk INSERT with pandas. """ > from pandas._testing import makeTimeDataFrame E ModuleNotFoundError: No module named 'pandas' src/crate/client/sqlalchemy/tests/bulk_test.py:179: ModuleNotFoundError =============================== warnings summary =============================== ../../nix/store/w453w4jw22kf20x0yv8dg08p4gima8mv-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/pkg_resources/__init__.py:2804 /nix/store/w453w4jw22kf20x0yv8dg08p4gima8mv-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/pkg_resources/__init__.py:2804: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('crate')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) src/crate/__init__.py:25 /build/crate-0.33.0/src/crate/__init__.py:25: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('crate')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages pkg_resources.declare_namespace(__name__) src/crate/client/sqlalchemy/tests/create_table_test.py::SqlAlchemyCreateTableTest::test_table_partitioned_by /build/crate-0.33.0/src/crate/client/sqlalchemy/tests/create_table_test.py:126: SAWarning: Can't validate argument 'invalid_option'; can't locate any SQLAlchemy dialect named 'invalid' class DummyTable(self.Base): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED src/crate/client/sqlalchemy/tests/bulk_test.py::SqlAlchemyBulkTest::test_bulk_save_dask - ModuleNotFoundError: No module named 'dask' FAILED src/crate/client/sqlalchemy/tests/bulk_test.py::SqlAlchemyBulkTest::test_bulk_save_pandas - ModuleNotFoundError: No module named 'pandas' ====== 2 failed, 117 passed, 2 skipped, 8 deselected, 3 warnings in 2.00s ====== /nix/store/7aprjn0yf6p06krg4087sxvilfp4c8yy-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context