me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2021-06-21 14:38:06 +02:00
parent ac02d423d3
commit 35b31a18be
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -465,7 +465,7 @@ emit information from within their applications to the AWS X-Ray service.")
(define-public python-cfn-lint (define-public python-cfn-lint
(package (package
(name "python-cfn-lint") (name "python-cfn-lint")
(version "0.41.0") (version "0.51.0")
(home-page "https://github.com/aws-cloudformation/cfn-python-lint") (home-page "https://github.com/aws-cloudformation/cfn-python-lint")
(source (origin (source (origin
(method git-fetch) (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0nqs0fmj3hd7pnd9hkb4z57jvi2iv82hh6n3xxba6i6p8zgx75q4")))) "1027s243sik25c6sqw6gla7k7vl3jdicrik5zdsa8pafxh2baja4"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#: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'. ;; to avoid a dependency on 'git'.
(delete-file (delete-file
"test/unit/module/maintenance/test_update_documentation.py") "test/unit/module/maintenance/test_update_documentation.py")
(delete-file
"test/unit/module/maintenance/test_update_resource_specs.py")
(setenv "PYTHONPATH" (setenv "PYTHONPATH"
(string-append "./build/lib:" (string-append "./build/lib:"
(getenv "PYTHONPATH"))) (getenv "PYTHONPATH")))