diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-28 15:40:37 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-28 15:59:22 -0400 |
commit | 23b9168dcdb0bdd47f74a81dc9653e1e05142a14 (patch) | |
tree | 84f868b97e94113adbdadc881327d3fbba3c1ccf /gnu/packages/backup.scm | |
parent | eec21d4be7f200d227d8ed9dfb2168bdff2d43d2 (diff) | |
download | patches-23b9168dcdb0bdd47f74a81dc9653e1e05142a14.tar patches-23b9168dcdb0bdd47f74a81dc9653e1e05142a14.tar.gz |
gnu: python-pytest-2.9.2: Replace with python-pytest-3.0.
* gnu/packages/python.scm (python-pytest-2.9.2): Replace with ...
(python-pytest-3.0): ... new variable.
(python2-pytest-3.0): New variable.
(python-cryptography, python2-cryptography, python-sphinx-1.5.3)[native-inputs]:
Replace python-pytest-2.9.2 with python-pytest-3.0.
* gnu/packages/backup.scm (borg)[native-inputs]: Likewise.
gnu/packages/calendar.scm (khal)[native-inputs]: Likewise.
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r-- | gnu/packages/backup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 7e9ae18f30..8e1f195158 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -529,7 +529,7 @@ detection, and lossless compression.") ("python-setuptools-scm" ,python-setuptools-scm) ;; Borg 1.0.8's test suite uses 'tmpdir_factory', which was introduced in ;; pytest 2.8. - ("python-pytest" ,python-pytest-2.9.2) + ("python-pytest" ,python-pytest-3.0) ;; For generating the documentation. ("python-sphinx" ,python-sphinx) ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme))) |