diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-10-26 12:45:11 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-10-26 12:45:11 +0300 |
commit | eda8a841ac7457ffe05c4a4248d6dff074b72326 (patch) | |
tree | e39ae185dc350d278d1f498460ac50b96956686f /gnu/packages/backup.scm | |
parent | b7883b111d92746ff3bedb6f4bb4c1578068fc59 (diff) | |
parent | 49c620e0685a0bbe40ff69159a9ca562ba02ca7f (diff) | |
download | patches-eda8a841ac7457ffe05c4a4248d6dff074b72326.tar patches-eda8a841ac7457ffe05c4a4248d6dff074b72326.tar.gz |
Merge remote-tracking branch 'origin/python-updates' into core-updates
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r-- | gnu/packages/backup.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 00328cb344..895b3b168d 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -522,9 +522,7 @@ detection, and lossless compression.") (native-inputs `(("python-cython" ,python-cython) ("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-3.0) + ("python-pytest" ,python-pytest) ;; For generating the documentation. ("python-sphinx" ,python-sphinx) ("python-guzzle-sphinx-theme" ,python-guzzle-sphinx-theme))) |