diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-12 13:02:51 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-12 13:39:29 +0100 |
| commit | 9e1511844087ff78646937cd5510807a9ef8ef06 (patch) | |
| tree | 0cbb491674af2902a1e93793b2b04d6dc853c9b8 /gnu/packages/shells.scm | |
| parent | 5479bb4c403597813bad0834e201ab12c2561dcb (diff) | |
gnu: xonsh: Skip one more test, simplify.
* gnu/packages/shells.scm (xonsh):
[arguments] <test-flags>: Skip one more problematic test.
<phases>: Use default 'install.
[native-inputs]: Remove python-setuptools and python-wheel; add
python-setuptools-next.
Change-Id: If7c8cebf4a067e2af9b47d7761cee16a8445b778
Diffstat (limited to 'gnu/packages/shells.scm')
| -rw-r--r-- | gnu/packages/shells.scm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 0759a563852..72bc51a9a88 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -600,6 +600,7 @@ ksh, and tcsh.") "test_bash_and_is_alias_is_only_functional_alias" "test_bash_completer" "test_bash_completer_empty_prefix" + "test_callable_alias_no_bad_file_descriptor" "test_complete_command" "test_complete_dots" "test_dirty_working_directory" @@ -623,12 +624,6 @@ ksh, and tcsh.") " and not "))) #:phases #~(modify-phases %standard-phases - (replace 'install - (lambda _ - (invoke "python" "-m" "compileall" - "--invalidation-mode=unchecked-hash" #$output) - (invoke "python" "setup.py" "install" "--root=/" - (string-append "--prefix=" #$output)))) ;; Some tests run os.mkdir(). (add-before 'check 'writable-home (lambda _ @@ -643,8 +638,7 @@ ksh, and tcsh.") python-pytest-subprocess python-pytest-timeout python-requests - python-setuptools ;needed at build time - python-wheel)) + python-setuptools-next)) (inputs (list python-distro python-ply |
