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/calendar.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/calendar.scm')
-rw-r--r-- | gnu/packages/calendar.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index f208bc0803..2e2bd33a2d 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -118,8 +118,7 @@ data units.") "not test_printics_read_from_stdin " "and not test_import_from_stdin")))))))) (native-inputs - ;; XXX Uses tmpdir_factory, introduced in pytest 2.8. - `(("python-pytest" ,python-pytest-3.0) + `(("python-pytest" ,python-pytest) ("python-pytest-cov" ,python-pytest-cov) ("python-setuptools-scm" ,python-setuptools-scm) ;; Required for tests |