summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6b3ea6a78d1..299c660e025 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19206,7 +19206,7 @@ with a new public API, and RPython support.")
19206 ;; This test expects the hy executable to be called 'hy', but in Guix 19206 ;; This test expects the hy executable to be called 'hy', but in Guix
19207 ;; it's .hy-real. 19207 ;; it's .hy-real.
19208 #:test-flags #~(list "-k" "not test_sys_executable"))) 19208 #:test-flags #~(list "-k" "not test_sys_executable")))
19209 (native-inputs (list python-pytest-next python-wheel)) 19209 (native-inputs (list python-pytest python-wheel))
19210 (propagated-inputs (list python-funcparserlib)) 19210 (propagated-inputs (list python-funcparserlib))
19211 (home-page "https://docs.hylang.org/en/stable/") 19211 (home-page "https://docs.hylang.org/en/stable/")
19212 (synopsis "Lisp frontend to Python") 19212 (synopsis "Lisp frontend to Python")