gnu: python-omnipath: Update to 1.0.8.
* gnu/packages/python-web.scm (python-omnipath): Update to 1.0.8. [arguments]: Disable tests that need internet access. [native-inputs]: Add python-pytest-socket. Change-Id: Ib5856a1a25835d43918d9fe565d0262dded70eed
This commit is contained in:
parent
7c938c232c
commit
0e24635033
1 changed files with 6 additions and 2 deletions
|
|
@ -2084,16 +2084,19 @@ is Python’s.")
|
||||||
(define-public python-omnipath
|
(define-public python-omnipath
|
||||||
(package
|
(package
|
||||||
(name "python-omnipath")
|
(name "python-omnipath")
|
||||||
(version "1.0.6")
|
(version "1.0.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "omnipath" version))
|
(uri (pypi-uri "omnipath" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01hmcp1202g5drs8dkxnyyb5v14g503dj4zfiqypghmigi9ipw86"))))
|
"0krr4wzfwa6fs550cs0lcqwjj90p1inyncj9kvzi4x4m26xbj89q"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:test-flags
|
||||||
|
;; These require internet access
|
||||||
|
'(list "-k" "not test_download_homologene and not test_complex_genes")
|
||||||
#:phases
|
#:phases
|
||||||
'(modify-phases %standard-phases
|
'(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'relax
|
(add-after 'unpack 'relax
|
||||||
|
|
@ -2120,6 +2123,7 @@ is Python’s.")
|
||||||
python-pre-commit
|
python-pre-commit
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-mock
|
python-pytest-mock
|
||||||
|
python-pytest-socket
|
||||||
python-requests-mock
|
python-requests-mock
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
python-tox))
|
python-tox))
|
||||||
|
|
|
||||||
Reference in a new issue