summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/flit/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/flit/default.nix')
-rw-r--r--pkgs/development/python-modules/flit/default.nix31
1 files changed, 17 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/flit/default.nix b/pkgs/development/python-modules/flit/default.nix
index b623d1ec26ec..df53e3596d23 100644
--- a/pkgs/development/python-modules/flit/default.nix
+++ b/pkgs/development/python-modules/flit/default.nix
@@ -1,13 +1,14 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, docutils
-, requests
-, pytestCheckHook
-, testpath
-, responses
-, flit-core
-, tomli-w
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ docutils,
+ requests,
+ pytestCheckHook,
+ testpath,
+ responses,
+ flit-core,
+ tomli-w,
}:
# Flit is actually an application to build universal wheels.
@@ -27,9 +28,7 @@ buildPythonPackage rec {
hash = "sha256-yl2+PcKr7xRW4oIBWl+gzh/nKhSNu5GH9fWKRGgaNHU=";
};
- nativeBuildInputs = [
- flit-core
- ];
+ nativeBuildInputs = [ flit-core ];
propagatedBuildInputs = [
docutils
@@ -38,7 +37,11 @@ buildPythonPackage rec {
tomli-w
];
- nativeCheckInputs = [ pytestCheckHook testpath responses ];
+ nativeCheckInputs = [
+ pytestCheckHook
+ testpath
+ responses
+ ];
disabledTests = [
# needs some ini file.