unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67369] [PATCH] gnu: python-executing: Enable tests.
@ 2023-11-22 16:21 Sharlatan Hellseher
  0 siblings, 0 replies; only message in thread
From: Sharlatan Hellseher @ 2023-11-22 16:21 UTC (permalink / raw)
  To: 67369
  Cc: Sharlatan Hellseher, Lars-Dominik Braun, Marius Bakke,
	Munyoki Kilyungi, jgart

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-22 13:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 16:21 [bug#67369] [PATCH] gnu: python-executing: Enable tests Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).