python311Packages.stone: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-23 16:41:55 +02:00 committed by Jonathan Ringer
parent cc2dd222a3
commit 610fb1b026
1 changed files with 12 additions and 19 deletions

View File

@ -1,12 +1,13 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, mock
, ply
, pytestCheckHook
, pythonOlder
, setuptools
, six
{
lib,
buildPythonPackage,
fetchFromGitHub,
mock,
ply,
pytestCheckHook,
pythonOlder,
setuptools,
six,
}:
buildPythonPackage rec {
@ -28,9 +29,7 @@ buildPythonPackage rec {
--replace-fail "'pytest-runner == 5.3.2'," ""
'';
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
ply
@ -42,13 +41,7 @@ buildPythonPackage rec {
mock
];
disabledTests = [
"test_type_name_with_module"
];
pythonImportsCheck = [
"stone"
];
pythonImportsCheck = [ "stone" ];
meta = with lib; {
description = "Official Api Spec Language for Dropbox";