summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-registry/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-registry/default.nix')
-rw-r--r--pkgs/development/python-modules/python-registry/default.nix23
1 files changed, 10 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/python-registry/default.nix b/pkgs/development/python-modules/python-registry/default.nix
index 4f8c4beae6c9..04c6e81d3911 100644
--- a/pkgs/development/python-modules/python-registry/default.nix
+++ b/pkgs/development/python-modules/python-registry/default.nix
@@ -1,10 +1,11 @@
-{ lib
-, buildPythonPackage
-, enum-compat
-, fetchFromGitHub
-, pytestCheckHook
-, unicodecsv
-, six
+{
+ lib,
+ buildPythonPackage,
+ enum-compat,
+ fetchFromGitHub,
+ pytestCheckHook,
+ unicodecsv,
+ six,
}:
buildPythonPackage rec {
@@ -29,13 +30,9 @@ buildPythonPackage rec {
six
];
- disabledTestPaths = [
- "samples"
- ];
+ disabledTestPaths = [ "samples" ];
- pythonImportsCheck = [
- "Registry"
- ];
+ pythonImportsCheck = [ "Registry" ];
meta = with lib; {
description = "Pure Python parser for Windows Registry hives";