Commit a0dc0759 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

Revert "python312Packages.scmrepo: format with nixfmt"

This reverts commit 596f3331.
parent 9b47f7cf
Loading
Loading
Loading
Loading
+20 −19
Original line number Diff line number Diff line
{
  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 {
@@ -54,7 +53,9 @@ buildPythonPackage rec {
  # Requires a running Docker instance
  doCheck = false;

  pythonImportsCheck = [ "scmrepo" ];
  pythonImportsCheck = [
    "scmrepo"
  ];

  meta = with lib; {
    description = "SCM wrapper and fsspec filesystem";