summary refs log tree commit diff
path: root/pkgs/development/python-modules/xmlsec/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/xmlsec/default.nix')
-rw-r--r--pkgs/development/python-modules/xmlsec/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/xmlsec/default.nix b/pkgs/development/python-modules/xmlsec/default.nix
index 76ce32e5e8f..0224c03ab3e 100644
--- a/pkgs/development/python-modules/xmlsec/default.nix
+++ b/pkgs/development/python-modules/xmlsec/default.nix
@@ -34,17 +34,16 @@ buildPythonPackage rec {
 
   propagatedBuildInputs = [ lxml ];
 
-  # Full git clone required for test_doc_examples
   checkInputs = [ pytestCheckHook hypothesis ];
 
   disabledTestPaths = [
+    # Full git clone required for test_doc_examples
     "tests/test_doc_examples.py"
     # test_reinitialize_module segfaults python
     # https://github.com/mehcode/python-xmlsec/issues/203
     "tests/test_xmlsec.py"
   ];
 
-
   pythonImportsCheck = [ "xmlsec" ];
 
   meta = with lib; {