summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/fontfeatures/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/fontfeatures/default.nix')
-rw-r--r--pkgs/development/python-modules/fontfeatures/default.nix27
1 files changed, 13 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/fontfeatures/default.nix b/pkgs/development/python-modules/fontfeatures/default.nix
index 17ea4ec4813c..8902a962a910 100644
--- a/pkgs/development/python-modules/fontfeatures/default.nix
+++ b/pkgs/development/python-modules/fontfeatures/default.nix
@@ -1,14 +1,15 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, fetchpatch
-, beziers
-, fonttools
-, fs
-, glyphtools
-, lxml
-, pytestCheckHook
-, youseedee
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ fetchpatch,
+ beziers,
+ fonttools,
+ fs,
+ glyphtools,
+ lxml,
+ pytestCheckHook,
+ youseedee,
}:
buildPythonPackage rec {
@@ -32,9 +33,7 @@ buildPythonPackage rec {
];
doCheck = true;
- nativeCheckInputs = [
- pytestCheckHook
- ];
+ nativeCheckInputs = [ pytestCheckHook ];
disabledTestPaths = [
# These tests require babelfont but we have to leave it out and skip them
# to break the cyclic dependency with babelfont.