aboutsummaryrefslogtreecommitdiff
path: root/etc/git/pre-push
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-22 13:34:05 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:23:28 +0000
commit7427ff48be0db84a5dfb2283668f08cfdeb5cd4e (patch)
treeca73586a8ad8d408493838ad46f6abd5bc2f5db2 /etc/git/pre-push
parent27fdf6fa94872a4fec99809cacb6afbc1a7077ec (diff)
downloadguix-7427ff48be0db84a5dfb2283668f08cfdeb5cd4e.tar.gz
guix-7427ff48be0db84a5dfb2283668f08cfdeb5cd4e.zip
gnu: python-pytest-metadata: Update to 3.1.1.
* gnu/packages/python-check.scm (python-pytest-metadata): Update to 3.1.1. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-hatchling and python-hatch-vcs. Change-Id: If6d335a10a8eafcbab09e6149f8117647f95990f
Diffstat (limited to 'etc/git/pre-push')
0 files changed, 0 insertions, 0 deletions
git-http-test, run-gitolite-test, run-gitile-test): Likewise. * gnu/tests/virtualization.scm (run-libvirt-test, run-childhurd-test): Likewise. * gnu/tests/web.scm (run-webserver-test, run-php-fpm-test) (run-hpcguix-web-server-test, run-tailon-test, run-patchwork-test): Likewise. Ludovic Courtès 2021-04-18tests: ldap: Fix it....Fixes: <https://issues.guix.gnu.org/47745>. * gnu/tests/ldap.scm (run-ldap-test): Use a password with more that 8 characters so that dscreate doesn't fail. Mathieu Othacehe