summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cemm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/cemm/default.nix')
-rw-r--r--pkgs/development/python-modules/cemm/default.nix31
1 files changed, 14 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/cemm/default.nix b/pkgs/development/python-modules/cemm/default.nix
index 9f9ae3b16be5..2b93befacbbd 100644
--- a/pkgs/development/python-modules/cemm/default.nix
+++ b/pkgs/development/python-modules/cemm/default.nix
@@ -1,14 +1,15 @@
-{ lib
-, aiohttp
-, aresponses
-, buildPythonPackage
-, fetchFromGitHub
-, fetchpatch
-, poetry-core
-, pytest-asyncio
-, pytestCheckHook
-, pythonOlder
-, yarl
+{
+ lib,
+ aiohttp,
+ aresponses,
+ buildPythonPackage,
+ fetchFromGitHub,
+ fetchpatch,
+ poetry-core,
+ pytest-asyncio,
+ pytestCheckHook,
+ pythonOlder,
+ yarl,
}:
buildPythonPackage rec {
@@ -40,9 +41,7 @@ buildPythonPackage rec {
--replace 'addopts = "--cov"' ""
'';
- nativeBuildInputs = [
- poetry-core
- ];
+ nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [
aiohttp
@@ -57,9 +56,7 @@ buildPythonPackage rec {
pytestCheckHook
];
- pythonImportsCheck = [
- "cemm"
- ];
+ pythonImportsCheck = [ "cemm" ];
meta = with lib; {
description = "Module for interacting with CEMM devices";