gnu: python-pygmesh: Update to 7.1.10.

* gnu/packages/simulation.scm (python-pygmah): Update to 7.1.10.
[arguments]<#:phases>: Tests have moved to the 'tests' directory.
The test_readme.py file has been removed.
This commit is contained in:
Paul Garlick 2021-08-13 09:22:32 +01:00
parent 74b82ecd0e
commit 2caf9eafb6
No known key found for this signature in database
GPG key ID: AAC7E891896B568A

View file

@ -843,7 +843,7 @@ (define-public python-meshio
(define-public python-pygmsh
(package
(name "python-pygmsh")
(version "7.1.9")
(version "7.1.10")
(source
(origin
(method git-fetch)
@ -853,7 +853,7 @@ (define-public python-pygmsh
(file-name (git-file-name name version))
(sha256
(base32
"1lq16v31sifd9n1bb8yxnp3vhafrxz1rvydk9hh1add96fbjgj29"))
"03a949nl99ny9h0ni8lqgaljgkgicd305ls6zy1vkwgfa4mzsgqh"))
(modules '((guix build utils)))
(snippet
'(begin
@ -883,10 +883,7 @@ (define-public python-pygmsh
(lambda* (#:key inputs outputs tests? #:allow-other-keys)
(when tests?
(add-installed-pythonpath inputs outputs)
;; The readme test is skipped. It requires the exdown
;; module which is not available.
(invoke "python" "-m" "pytest" "-v" "test"
"--ignore" "test/test_readme.py"))
(invoke "python" "-m" "pytest" "-v" "tests"))
#t)))))
(home-page "https://github.com/nschloe/pygmsh")
(synopsis "Python frontend for Gmsh")