aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-time-machine.sh
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-12-17 23:27:23 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-12-17 23:43:58 +0900
commit907590b67139f18dd33dab3f9bee29b9a08c6829 (patch)
tree94f08e9c986b9b215a3f58ef405f6ff17257eddb /tests/guix-time-machine.sh
parentfc40c8b47a16868cc3a41c6890b0b2677d561566 (diff)
downloadguix-907590b67139f18dd33dab3f9bee29b9a08c6829.tar.gz
guix-907590b67139f18dd33dab3f9bee29b9a08c6829.zip
gnu: python-lsp-server: Update to 1.12.0, fixing build.
* gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.12.0. [source]: Update URI. [arguments]: Via #:test-flags, reinstate test_pydocstyle_lint test and skip the test_jedi_completion_with_fuzzy_enabled one. Ignore conftest.py. [native-inputs]: Remove python-coverage and python-pytest-cov. Add python-setuptools-scm. Change-Id: I48eed0b0ecd3ca6ac187292620d75aba9090307f
Diffstat (limited to 'tests/guix-time-machine.sh')
0 files changed, 0 insertions, 0 deletions
2022-09-26gnu-maintenance: Test latest-html-release.Maxime Devos * tests/gnu-maintenance.scm ("latest-html-release, no signature") ("latest-html-release, signature): New tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2022-09-17gnu-maintenance: Support // URLs in latest-html-release.Maxime Devos This makes "./pre-inst-env guix refresh -u" download the release tarball from the right place -- previously, it downloaded from https://www.libreoffice.org//download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1 whereas it should download from https://download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1 instead. * guix/gnu-maintenance.scm (latest-html-release)[url-release]: Adjust computation in the case of an absolute URI-reference without a scheme. * tests/gnu-maintenance.scm ("latest-html-release, scheme-less URIs"): Test it. Signed-off-by: Christopher Baines <mail@cbaines.net>