guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-pydevd: Skip tests failing due to YAMA.


From: guix-commits
Subject: 01/02: gnu: python-pydevd: Skip tests failing due to YAMA.
Date: Fri, 10 Jun 2022 05:41:01 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit 9d2ef7344e340747640dc00413aa6a7b054f022a
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Jun 9 10:35:07 2022 +0200

    gnu: python-pydevd: Skip tests failing due to YAMA.
    
    * gnu/packages/python-xyz.scm (python-pydevd)[arguments]: Add skipped
    tests.
---
 gnu/packages/python-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a6b412e799..d93877e9a3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12357,7 +12357,11 @@ libmagic.")))
                            ;; This test validates that 'pydevd' is not in the
                            ;; exception message, but it is due to being part
                            ;; of the build file name present in the message.
-                           "and not test_evaluate_exception_trace")))))
+                           "and not test_evaluate_exception_trace "
+                           ;; These fail on systems with YAMA LSM’s ptrace
+                           ;; scope > 0. Upstream issue:
+                           ;; 
https://github.com/fabioz/PyDev.Debugger/issues/218
+                           "and not test_attach_to_pid")))))
             (add-after 'install 'install-attach-binary
               (lambda _
                 (install-file "attach.so"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]