GNU bug report logs - #67369
[PATCH] gnu: python-executing: Enable tests.

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Wed, 22 Nov 2023 13:22:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67369: closed ([PATCH] gnu: python-executing: Enable tests.)
Date: Tue, 27 May 2025 09:48:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 27 May 2025 10:47:07 +0100
with message-id <871psaxu5g.fsf <at> gmail.com>
and subject line [PATCH] gnu: python-executing: Enable tests.
has caused the debbugs.gnu.org bug report #67369,
regarding [PATCH] gnu: python-executing: Enable tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67369: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67369
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH] gnu: python-executing: Enable tests.
Date: Wed, 22 Nov 2023 16:21:05 +0000
* gnu/packages/python-xyz.scm (python-executing): Enable tests.
[arguments]: Remove it.

Change-Id: I95112dbf80c208661e437d42c7ac738001393a14
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6a6f69e6bb..478e0060da 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8977,8 +8977,8 @@ (define-public python-executing
        (sha256
         (base32 "08q0xh9fd8k41sqpp23q6fb9bf7yj4y2q6sv30pj36vvk8pg8fy2"))))
     (build-system python-build-system)
-    (arguments
-     `(#:tests? #f))                    ; TODO: tests require python-asttokens
+    (native-inputs
+     (list python-asttokens python-setuptools-scm python-toml))
     (native-inputs
      (list python-setuptools-scm python-toml))
     (home-page "https://github.com/alexmojaki/executing")

base-commit: 9a89b4f2eccb673975c9e70437ec61ac1ccbdf62
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 67369-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-executing: Enable tests.
Date: Tue, 27 May 2025 10:47:07 +0100
[Message part 4 (text/plain, inline)]
Resolved by:

e0ea00b05e gnu: python-executing: Update to 2.1.0.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.