GNU bug report logs -
#67369
[PATCH] gnu: python-executing: Enable tests.
Previous Next
To reply to this bug, email your comments to 67369 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#67369
; Package
guix-patches
.
(Wed, 22 Nov 2023 13:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, jgart <at> dismail.de, guix-patches <at> gnu.org
.
(Wed, 22 Nov 2023 13:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 1 year and 90 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.