about summary refs log tree commit diff
path: root/pkgs/development/python-modules/py-air-control-exporter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/py-air-control-exporter/default.nix')
-rw-r--r--pkgs/development/python-modules/py-air-control-exporter/default.nix29
1 files changed, 15 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/py-air-control-exporter/default.nix b/pkgs/development/python-modules/py-air-control-exporter/default.nix
index 714cd613fcea3..b38fe6cf0cd5b 100644
--- a/pkgs/development/python-modules/py-air-control-exporter/default.nix
+++ b/pkgs/development/python-modules/py-air-control-exporter/default.nix
@@ -1,13 +1,14 @@
-{ lib
-, buildPythonPackage
-, click
-, fetchPypi
-, flask
-, isPy27
-, nixosTests
-, prometheus-client
-, py-air-control
-, pytestCheckHook
+{
+  lib,
+  buildPythonPackage,
+  click,
+  fetchPypi,
+  flask,
+  isPy27,
+  nixosTests,
+  prometheus-client,
+  py-air-control,
+  pytestCheckHook,
 }:
 
 buildPythonPackage rec {
@@ -28,13 +29,13 @@ buildPythonPackage rec {
     py-air-control
   ];
 
-  nativeCheckInputs = [
-    pytestCheckHook
-  ];
+  nativeCheckInputs = [ pytestCheckHook ];
 
   pythonImportsCheck = [ "py_air_control_exporter" ];
 
-  passthru.tests = { inherit (nixosTests.prometheus-exporters) py-air-control; };
+  passthru.tests = {
+    inherit (nixosTests.prometheus-exporters) py-air-control;
+  };
 
   meta = with lib; {
     description = "Exports Air Quality Metrics to Prometheus";