summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-twitch-client/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-twitch-client/default.nix')
-rw-r--r--pkgs/development/python-modules/python-twitch-client/default.nix29
1 files changed, 12 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/python-twitch-client/default.nix b/pkgs/development/python-modules/python-twitch-client/default.nix
index 29a10ced06f2..2128314b0d88 100644
--- a/pkgs/development/python-modules/python-twitch-client/default.nix
+++ b/pkgs/development/python-modules/python-twitch-client/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, pytestCheckHook
-, pythonOlder
-, requests
-, responses
-, setuptools
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pytestCheckHook,
+ pythonOlder,
+ requests,
+ responses,
+ setuptools,
}:
buildPythonPackage rec {
@@ -22,22 +23,16 @@ buildPythonPackage rec {
sha256 = "sha256-gxBpltwExb9bg3HLkz/MNlP5Q3/x97RHxhbwNqqanIM=";
};
- nativeBuildInputs = [
- setuptools
- ];
+ nativeBuildInputs = [ setuptools ];
- propagatedBuildInputs = [
- requests
- ];
+ propagatedBuildInputs = [ requests ];
nativeCheckInputs = [
pytestCheckHook
responses
];
- pythonImportsCheck = [
- "twitch"
- ];
+ pythonImportsCheck = [ "twitch" ];
disabledTests = [
# Tests require network access