[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/27: gnu: python-pyfakefs: Update to 4.6.3.
From: |
guix-commits |
Subject: |
15/27: gnu: python-pyfakefs: Update to 4.6.3. |
Date: |
Fri, 9 Sep 2022 11:08:15 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 14a9996cc24dfedb6467896e0e43220322c148ff
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Aug 12 18:44:17 2022 +0200
gnu: python-pyfakefs: Update to 4.6.3.
* gnu/packages/check.scm (python-pyfakefs): Update to 4.6.3.
---
gnu/packages/check.scm | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 5aecbd374b..8a83c88a04 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2972,7 +2972,7 @@ grew out of the @dfn{Vc} project.")
(define-public python-pyfakefs
(package
(name "python-pyfakefs")
- (version "3.7.1")
+ (version "4.6.3")
(source (origin
(method url-fetch)
;; 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))
(sha256
(base32
- "1cp2yw96fa2qkgi39xa3nlr3inf8wb5rgh9kdq53256ca2r8pdhy"))
+ "18bcv8yalg80zgigx40fk692yr3wf9ch1hkb0cdplqspyry2mwbd"))
(patches (search-patches
"python-pyfakefs-remove-bad-test.patch"))
(file-name (string-append name "-" version ".tar.gz"))))
(arguments
`(#: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.
(add-after 'check 'check-pytest-plugin
(lambda _
- 21/27: gnu: python-pytest-mock: Update to 3.8.2., (continued)
- 21/27: gnu: python-pytest-mock: Update to 3.8.2., guix-commits, 2022/09/09
- 07/27: gnu: python-pytest: Update to 7.1.3., guix-commits, 2022/09/09
- 16/27: gnu: python-pytest-xdist: Add extra test input, don't propagate pytest., guix-commits, 2022/09/09
- 17/27: gnu: Remove python-pytest-xdist-next., guix-commits, 2022/09/09
- 25/27: gnu: SQLite: Update to 3.39.3., guix-commits, 2022/09/09
- 19/27: gnu: python-fonttools: Update to 4.37.1., guix-commits, 2022/09/09
- 20/27: gnu: python-parameterized: Update to 0.8.1., guix-commits, 2022/09/09
- 08/27: gnu: python-distlib: Update to 0.3.5., guix-commits, 2022/09/09
- 06/27: gnu: python-pytest: Remove input labels., guix-commits, 2022/09/09
- 26/27: gnu: autotrace: Update to 0.31.9., guix-commits, 2022/09/09
- 15/27: gnu: python-pyfakefs: Update to 4.6.3.,
guix-commits <=
- 23/27: gnu: python-pygobject: Update to 3.42.2., guix-commits, 2022/09/09
- 11/27: gnu: Deprecate the 'python-pytest-6' variable., guix-commits, 2022/09/09
- 05/27: gnu: python-sortedcontainers: Update to 2.4.0., guix-commits, 2022/09/09
- 14/27: gnu: python-py: Update to 1.11.0., guix-commits, 2022/09/09
- 22/27: gnu: python-pytest-timeout: Update to 2.1.0., guix-commits, 2022/09/09
- 24/27: gnu: python-lxml: Update to 4.9.1., guix-commits, 2022/09/09
- 27/27: gnu: autotrace: Don't build static library., guix-commits, 2022/09/09