summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pyhocon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pyhocon/default.nix')
-rw-r--r--pkgs/development/python-modules/pyhocon/default.nix21
1 files changed, 10 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/pyhocon/default.nix b/pkgs/development/python-modules/pyhocon/default.nix
index a7c2bb2b6576..81d30e3cea26 100644
--- a/pkgs/development/python-modules/pyhocon/default.nix
+++ b/pkgs/development/python-modules/pyhocon/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, mock
-, pyparsing
-, pytestCheckHook
-, python-dateutil
-, pythonOlder
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ mock,
+ pyparsing,
+ pytestCheckHook,
+ python-dateutil,
+ pythonOlder,
}:
buildPythonPackage rec {
@@ -37,9 +38,7 @@ buildPythonPackage rec {
--replace "pyparsing~=2.0" "pyparsing>=2.0"
'';
- pythonImportsCheck = [
- "pyhocon"
- ];
+ pythonImportsCheck = [ "pyhocon" ];
disabledTestPaths = [
# pyparsing.exceptions.ParseException: Expected end of text, found '='