python3Packages.deltalake: Add test dependency azure-storage-blob
This commit is contained in:
parent
9da353577a
commit
3dc13f461c
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user