mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
python312Packages.adlfs: foramt with nixfmt
This commit is contained in:
parent
ac1f7bc86d
commit
b18d7cc426
@ -1,15 +1,16 @@
|
||||
{ lib
|
||||
, aiohttp
|
||||
, azure-core
|
||||
, azure-datalake-store
|
||||
, azure-identity
|
||||
, azure-storage-blob
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, fsspec
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
{
|
||||
lib,
|
||||
aiohttp,
|
||||
azure-core,
|
||||
azure-datalake-store,
|
||||
azure-identity,
|
||||
azure-storage-blob,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
fsspec,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
setuptools-scm,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -43,9 +44,7 @@ buildPythonPackage rec {
|
||||
# Tests require a running Docker instance
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"adlfs"
|
||||
];
|
||||
pythonImportsCheck = [ "adlfs" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Filesystem interface to Azure-Datalake Gen1 and Gen2 Storage";
|
||||
|
Loading…
Reference in New Issue
Block a user