summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/notifications-python-client/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/notifications-python-client/default.nix')
-rw-r--r--pkgs/development/python-modules/notifications-python-client/default.nix35
1 files changed, 16 insertions, 19 deletions
diff --git a/pkgs/development/python-modules/notifications-python-client/default.nix b/pkgs/development/python-modules/notifications-python-client/default.nix
index 353c5fc3d42e..3ec2874c4591 100644
--- a/pkgs/development/python-modules/notifications-python-client/default.nix
+++ b/pkgs/development/python-modules/notifications-python-client/default.nix
@@ -1,16 +1,17 @@
-{ lib
-, buildPythonPackage
-, docopt
-, fetchFromGitHub
-, freezegun
-, mock
-, pyjwt
-, pytest-mock
-, pytestCheckHook
-, pythonOlder
-, requests
-, requests-mock
-, setuptools
+{
+ lib,
+ buildPythonPackage,
+ docopt,
+ fetchFromGitHub,
+ freezegun,
+ mock,
+ pyjwt,
+ pytest-mock,
+ pytestCheckHook,
+ pythonOlder,
+ requests,
+ requests-mock,
+ setuptools,
}:
buildPythonPackage rec {
@@ -32,9 +33,7 @@ buildPythonPackage rec {
--replace "pytest-runner" ""
'';
- nativeBuildInputs = [
- setuptools
- ];
+ nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [
docopt
@@ -50,9 +49,7 @@ buildPythonPackage rec {
requests-mock
];
- pythonImportsCheck = [
- "notifications_python_client"
- ];
+ pythonImportsCheck = [ "notifications_python_client" ];
meta = with lib; {
description = "Python client for the GOV.UK Notify API";