diff options
Diffstat (limited to 'pkgs/development/python-modules/python-izone/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-izone/default.nix | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/pkgs/development/python-modules/python-izone/default.nix b/pkgs/development/python-modules/python-izone/default.nix index 0173c277a526..2eba0d6b1bb4 100644 --- a/pkgs/development/python-modules/python-izone/default.nix +++ b/pkgs/development/python-modules/python-izone/default.nix @@ -1,13 +1,14 @@ -{ lib -, buildPythonPackage -, pythonOlder -, fetchFromGitHub -, aiohttp -, netifaces -, pytest-aio -, pytest-asyncio -, pytestCheckHook -, setuptools-scm +{ + lib, + buildPythonPackage, + pythonOlder, + fetchFromGitHub, + aiohttp, + netifaces, + pytest-aio, + pytest-asyncio, + pytestCheckHook, + setuptools-scm, }: buildPythonPackage rec { @@ -24,9 +25,7 @@ buildPythonPackage rec { hash = "sha256-0rj+tKn2pbFe+nczTMGLwIwmc4jCznGGF4/IMjlEvQg="; }; - nativeBuildInputs = [ - setuptools-scm - ]; + nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ aiohttp @@ -41,9 +40,7 @@ buildPythonPackage rec { doCheck = false; # most tests access network - pythonImportsCheck = [ - "pizone" - ]; + pythonImportsCheck = [ "pizone" ]; meta = with lib; { description = "Python interface to the iZone airconditioner controller"; |
