mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
Merge pull request #320207 from paparodeo/duckdb-engine-cleanup
python312Packages.duckdb-engine: enable python3.12 by trimming checkInputs
This commit is contained in:
commit
c00f20377b
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue