python312Packages.scmrepo: format with nixfmt
This commit is contained in:
parent
202686c284
commit
596f33317f
1 changed files with 19 additions and 20 deletions
|
@ -1,20 +1,21 @@
|
|||
{ lib
|
||||
, asyncssh
|
||||
, buildPythonPackage
|
||||
, dulwich
|
||||
, dvc-http
|
||||
, dvc-objects
|
||||
, fetchFromGitHub
|
||||
, fsspec
|
||||
, funcy
|
||||
, gitpython
|
||||
, pathspec
|
||||
, pygit2
|
||||
, pygtrie
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, shortuuid
|
||||
{
|
||||
lib,
|
||||
asyncssh,
|
||||
buildPythonPackage,
|
||||
dulwich,
|
||||
dvc-http,
|
||||
dvc-objects,
|
||||
fetchFromGitHub,
|
||||
fsspec,
|
||||
funcy,
|
||||
gitpython,
|
||||
pathspec,
|
||||
pygit2,
|
||||
pygtrie,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
setuptools-scm,
|
||||
shortuuid,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -53,9 +54,7 @@ buildPythonPackage rec {
|
|||
# Requires a running Docker instance
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"scmrepo"
|
||||
];
|
||||
pythonImportsCheck = [ "scmrepo" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "SCM wrapper and fsspec filesystem";
|
||||
|
|
Loading…
Reference in a new issue