python311Packages.stone: format with nixfmt

Changed files
+12 -19
pkgs
development
python-modules
stone
+12 -19
pkgs/development/python-modules/stone/default.nix
···
-
{ lib
-
, buildPythonPackage
-
, fetchFromGitHub
-
, mock
-
, ply
-
, pytestCheckHook
-
, pythonOlder
-
, setuptools
-
, six
}:
buildPythonPackage rec {
···
--replace-fail "'pytest-runner == 5.3.2'," ""
'';
-
build-system = [
-
setuptools
-
];
dependencies = [
ply
···
mock
];
-
disabledTests = [
-
"test_type_name_with_module"
-
];
-
-
pythonImportsCheck = [
-
"stone"
-
];
meta = with lib; {
description = "Official Api Spec Language for Dropbox";
···
+
{
+
lib,
+
buildPythonPackage,
+
fetchFromGitHub,
+
mock,
+
ply,
+
pytestCheckHook,
+
pythonOlder,
+
setuptools,
+
six,
}:
buildPythonPackage rec {
···
--replace-fail "'pytest-runner == 5.3.2'," ""
'';
+
build-system = [ setuptools ];
dependencies = [
ply
···
mock
];
+
pythonImportsCheck = [ "stone" ];
meta = with lib; {
description = "Official Api Spec Language for Dropbox";