aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/uuid.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-15 21:57:37 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:23:23 +0000
commit3355db5729a01a36082227ea298276f111b5a107 (patch)
tree4de0931abd86a4343251134f6268416afa9540e6 /gnu/system/uuid.scm
parentf881b16ab78ac93ecedacb9bc0072767f7877b77 (diff)
downloadguix-3355db5729a01a36082227ea298276f111b5a107.tar.gz
guix-3355db5729a01a36082227ea298276f111b5a107.zip
gnu: python-mypy: Update to 1.13.0.
* gnu/packages/python-check.scm (python-mypy): Update to 1.13.0. [native-inputs]: Add nss-certs-for-test, python-hatchling, python-setuptools, and python-wheel. (python-mypy-minimal)[arguments]<phases>: Keep all phases. [native-inputs]: Add python-setuptools, and python-wheel. Change-Id: I45c35e361430a65a649f90e6aab7c2cff7218164
Diffstat (limited to 'gnu/system/uuid.scm')
0 files changed, 0 insertions, 0 deletions
sg-tooltip'>* tests/guix-build.sh: Do not try to rewrite gcc, it is hidden and so will not be rewritten, as per eee95b5a879b7096dffd533f24107cf8926b621e. Instead, try to build grep with coreutils rewritten to hello. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret 2023-04-21tests: Fix checks for expected failures....Addresses <https://issues.guix.gnu.org/62406>. With 'set -e', a return status inverted with '!' does not cause the shell to exit immediately. Instead use '&& false' to indicate an expected failure. * tests/guix-archive.sh, tests/guix-build-branch.sh, tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh, tests/guix-environment-container.sh, tests/guix-environment.sh, tests/guix-gc.sh, tests/guix-git-authenticate.sh, tests/guix-graph.sh, tests/guix-hash.sh, tests/guix-home.sh, tests/guix-pack-relocatable.sh, tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh, tests/guix-package.sh, tests/guix-refresh.sh, tests/guix-shell.sh, tests/guix-style.sh, tests/guix-system.sh: Replace uses of '! ...' with '... && false' or `test ! ...` as appropriate. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Eric Bavier