guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: borg: Run the tests with python-pytest-2.9.2.


From: Leo Famulari
Subject: 02/02: gnu: borg: Run the tests with python-pytest-2.9.2.
Date: Mon, 31 Oct 2016 21:04:46 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 65a3bdf7eb6884f440ac2a0db0e937b595d09406
Author: Leo Famulari <address@hidden>
Date:   Sun Oct 30 18:32:30 2016 -0400

    gnu: borg: Run the tests with python-pytest-2.9.2.
    
    * gnu/packages/backup.scm (borg)[native-inputs]: Use python-pytest-2.9.2.
---
 gnu/packages/backup.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 8ec2ee4..203ff4c 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -470,7 +470,9 @@ detection, and lossless compression.")
     (native-inputs
      `(("python-cython" ,python-cython)
        ("python-setuptools-scm" ,python-setuptools-scm)
-       ("python-pytest" ,python-pytest)
+       ;; Borg 1.0.8's test suite uses 'tmpdir_factory', which was introduced 
in
+       ;; pytest 2.8.
+       ("python-pytest" ,python-pytest-2.9.2)
        ;; For generating the documentation.
        ("python-sphinx" ,python-sphinx)
        ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]