Commit 3dc13f46 authored by kfollesdal's avatar kfollesdal
Browse files

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

parent 9da35357
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = ''