Unverified Commit c00f2037 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #320207 from paparodeo/duckdb-engine-cleanup

python312Packages.duckdb-engine: enable python3.12 by trimming checkInputs
parents aefad906 8242e326
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -6,11 +6,9 @@
  pythonOlder,
  duckdb,
  hypothesis,
  ipython-sql,
  pandas,
  poetry-core,
  pytest-remotedata,
  snapshottest,
  sqlalchemy,
  typing-extensions,
}:
@@ -40,19 +38,12 @@ buildPythonPackage rec {
    export HOME="$(mktemp -d)"
  '';

  disabledTests = [
    # test should be skipped based on sqlalchemy version but isn't and fails
    "test_commit"
  ];

  nativeCheckInputs = [ pytestCheckHook ];

  checkInputs = [
    hypothesis
    ipython-sql
    pandas
    pytest-remotedata
    snapshottest
    typing-extensions
  ];