diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2014-03-03 01:53:11 +0100 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2014-03-25 14:41:32 +0100 |
commit | 9a9a3adf66285aba30effdb1565429357c7b6184 (patch) | |
tree | 2e776aef057f89e280a48754d50021ea83ad050e /gnu-system.am | |
parent | 70318b46722d4c11375148636d3cbae1f01114f1 (diff) | |
download | patches-9a9a3adf66285aba30effdb1565429357c7b6184.tar patches-9a9a3adf66285aba30effdb1565429357c7b6184.tar.gz |
gnu: Enable tests in Python 3.
* gnu/packages/python.scm: enable tests for Python 3
* gnu/packages/python-fix-tests.patch: New file.
* gnu/packages/gnu-system.am (dist_patch_DATA): add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index b47163c1f4..2f240bf388 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -312,6 +312,7 @@ dist_patch_DATA = \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/python-fix-dbm.patch \ + gnu/packages/patches/python-fix-tests.patch \ gnu/packages/patches/qemu-make-4.0.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ gnu/packages/patches/qt4-tests.patch \ |