From 35b31a18beed9b0492d0eb09d03927c30e7b23f9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 21 Jun 2021 14:38:06 +0200 Subject: gnu: python-cfn-lint: Update to 0.51.0. * gnu/packages/python-web.scm (python-cfn-lint): Update to 0.51.0. [arguments]: Delete another test that attempts to access the internet. --- gnu/packages/python-web.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 43454d4b59..d0a4ee9c16 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -465,7 +465,7 @@ emit information from within their applications to the AWS X-Ray service.") (define-public python-cfn-lint (package (name "python-cfn-lint") - (version "0.41.0") + (version "0.51.0") (home-page "https://github.com/aws-cloudformation/cfn-python-lint") (source (origin (method git-fetch) @@ -475,7 +475,7 @@ emit information from within their applications to the AWS X-Ray service.") (file-name (git-file-name name version)) (sha256 (base32 - "0nqs0fmj3hd7pnd9hkb4z57jvi2iv82hh6n3xxba6i6p8zgx75q4")))) + "1027s243sik25c6sqw6gla7k7vl3jdicrik5zdsa8pafxh2baja4")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -486,6 +486,8 @@ emit information from within their applications to the AWS X-Ray service.") ;; to avoid a dependency on 'git'. (delete-file "test/unit/module/maintenance/test_update_documentation.py") + (delete-file + "test/unit/module/maintenance/test_update_resource_specs.py") (setenv "PYTHONPATH" (string-append "./build/lib:" (getenv "PYTHONPATH"))) -- cgit v1.2.3 class='txt' type='search' size='10' name='q' value=''/>
path: root/gnu/packages/cluster.scm
AgeCommit message (Expand)Author
2023-09-08gnu: drbd-utils: Update to 9.25.0....* gnu/packages/cluster.scm (drbd-utils): Update to 9.25.0. Marius Bakke
2023-04-23gnu: libraft: Disable test that requires connectivity.... * gnu/packages/cluster.scm (libraft): remove test_uv_tcp_connect.c Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brian Cully
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates... Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm Efraim Flashner