From patchwork Thu Jun 9 09:04:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Lars-Dominik Braun X-Patchwork-Id: 39809 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 0D2DA27BBEA; Thu, 9 Jun 2022 10:07:51 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id B56CB27BBE9 for ; Thu, 9 Jun 2022 10:07:50 +0100 (BST) Received: from localhost ([::1]:52360 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nzE8r-0001S2-N7 for patchwork@mira.cbaines.net; Thu, 09 Jun 2022 05:07:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38954) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nzE6E-00013S-GW for guix-patches@gnu.org; Thu, 09 Jun 2022 05:05:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51062) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nzE6A-0005e8-Qb for guix-patches@gnu.org; Thu, 09 Jun 2022 05:05:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nzE6A-0005e4-Gy for guix-patches@gnu.org; Thu, 09 Jun 2022 05:05:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55866] [PATCH 1/2] gnu: python-pydevd: Skip tests failing due to YAMA. Resent-From: Lars-Dominik Braun Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 09 Jun 2022 09:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55866 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55866@debbugs.gnu.org Received: via spool by 55866-submit@debbugs.gnu.org id=B55866.165476545621627 (code B ref 55866); Thu, 09 Jun 2022 09:05:02 +0000 Received: (at 55866) by debbugs.gnu.org; 9 Jun 2022 09:04:16 +0000 Received: from localhost ([127.0.0.1]:44955 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzE5Q-0005cl-KY for submit@debbugs.gnu.org; Thu, 09 Jun 2022 05:04:16 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:37546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nzE5N-0005cT-UO for 55866@debbugs.gnu.org; Thu, 09 Jun 2022 05:04:14 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4LJdSQ1cqQz9spV for <55866@debbugs.gnu.org>; Thu, 9 Jun 2022 11:04:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1654765446; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LJ6/BfaVqHfoXmEn/05vHFo9YRaiIrUqiVFGR31Jzxg=; b=lu13CnSadfVX/XE98V6tzzpnO3zMSlOhvJYVUWF6hkIaayV8FH+AVPb4KdthRveZmtuo1p 5r693RXCk6+xnKijRNVx6lKSOWR0BlX4AftaA4SCXTDgE1HwIsHb0bRUktSUCvRfb52h4b HntW08LZoha2HVYc+0MOCG40eI15yZTkOSf1ctnVUPO3vzd/ldAkt8iyy9i1hE592FHu9z 2/ezoTDHsnmNhJTL2f/eEfHA25Bl41NcuI3O6VI4FphxqtLTNs9BmDHNmtT7S8Qa5svd94 LhfMPhXj7w6Vjyk/NqWDIOgn/9gntu5wkLEGoKN/WnONvbmPEFvs8+70BW+Vpw== Date: Thu, 9 Jun 2022 11:04:04 +0200 From: Lars-Dominik Braun Message-ID: <558bc49a6dba232a5b4bc797b4a034d2e3baf142.1654765434.git.lars@6xq.net> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/python-xyz.scm (python-pydevd)[arguments]: Add skipped tests. --- gnu/packages/python-xyz.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5f9ce4fdfe..8de8d571e4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12351,7 +12351,10 @@ (define-public python-pydevd ;; 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. + "and not test_attach_to_pid"))))) (add-after 'install 'install-attach-binary (lambda _ (install-file "attach.so"