python3Packages.deltalake: Add test dependency azure-storage-blob

This commit is contained in:
kfollesdal 2024-07-22 18:21:15 +02:00
parent 9da353577a
commit 3dc13f461c

View File

@ -13,6 +13,7 @@
, pytest-benchmark
, pytest-cov
, pandas
, azure-storage-blob
}:
buildPythonPackage rec {
@ -59,6 +60,7 @@ buildPythonPackage rec {
pandas
pytest-benchmark
pytest-cov
azure-storage-blob
];
preCheck = ''