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

python312Packages.duckdb-engine: enable python3.12 by trimming checkInputs
This commit is contained in:
Martin Weinelt 2024-07-01 01:39:30 +02:00 committed by GitHub
commit c00f20377b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
];