Archived
1
0
Fork 0

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

* gnu/packages/python-xyz.scm (python-pydevd)[arguments]: Add skipped
tests.
This commit is contained in:
Lars-Dominik Braun 2022-06-09 10:35:07 +02:00
parent d998f5ad86
commit 9d2ef7344e
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -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 LSMs 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"