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

* gnu/packages/backup.scm (borg)[native-inputs]: Use python-pytest-2.9.2.
master
Leo Famulari 2016-10-30 18:32:30 -04:00
parent 0bc6ef2a87
commit 65a3bdf7eb
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 1 deletions

View File

@ -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)))