diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6b3ea6a78d..299c660e02 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.") ;; This test expects the hy executable to be called 'hy', but in Guix ;; it's .hy-real. #:test-flags #~(list "-k" "not test_sys_executable"))) - (native-inputs (list python-pytest-next python-wheel)) + (native-inputs (list python-pytest python-wheel)) (propagated-inputs (list python-funcparserlib)) (home-page "https://docs.hylang.org/en/stable/") (synopsis "Lisp frontend to Python") |