gnu: python-pyfakefs: Update to 4.6.3.
* gnu/packages/check.scm (python-pyfakefs): Update to 4.6.3.master
parent
6634ea9ff9
commit
14a9996cc2
|
@ -2972,7 +2972,7 @@ grew out of the @dfn{Vc} project.")
|
||||||
(define-public python-pyfakefs
|
(define-public python-pyfakefs
|
||||||
(package
|
(package
|
||||||
(name "python-pyfakefs")
|
(name "python-pyfakefs")
|
||||||
(version "3.7.1")
|
(version "4.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; We use the PyPI URL because there is no proper release
|
;; We use the PyPI URL because there is no proper release
|
||||||
|
@ -2981,22 +2981,13 @@ grew out of the @dfn{Vc} project.")
|
||||||
(uri (pypi-uri "pyfakefs" version))
|
(uri (pypi-uri "pyfakefs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cp2yw96fa2qkgi39xa3nlr3inf8wb5rgh9kdq53256ca2r8pdhy"))
|
"18bcv8yalg80zgigx40fk692yr3wf9ch1hkb0cdplqspyry2mwbd"))
|
||||||
(patches (search-patches
|
(patches (search-patches
|
||||||
"python-pyfakefs-remove-bad-test.patch"))
|
"python-pyfakefs-remove-bad-test.patch"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-testsuite
|
|
||||||
(lambda _
|
|
||||||
;; Time difference is larger than expected.
|
|
||||||
(substitute* "pyfakefs/tests/fake_filesystem_unittest_test.py"
|
|
||||||
(("(\\s+)def test_copy_real_file" all indent)
|
|
||||||
(string-append
|
|
||||||
indent
|
|
||||||
"@unittest.skip('disabled by guix')\n"
|
|
||||||
all)))))
|
|
||||||
;; The default test suite does not run these extra tests.
|
;; The default test suite does not run these extra tests.
|
||||||
(add-after 'check 'check-pytest-plugin
|
(add-after 'check 'check-pytest-plugin
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in New Issue