[PATCH] gnu: python-executing: Enable tests.

  • Open
  • quality assurance status badge
Details
One participant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal
S
S
Sharlatan Hellseher wrote on 22 Nov 2023 17:21
(address . guix-patches@gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
8e249b09086bcb6507d59decfd564699c642f231.1700670026.git.sharlatanus@gmail.com
* 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(-)

Toggle diff (19 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 67369@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67369
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch