Re: [PATCH 3/4 v2] gnu: Enable tests in Python 3.

2014-03-22 Thread Ludovic Courtès
Cyril Roelandt skribis: > * 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. OK, with one detail: > ++@unittest.skipUnless(os.path.exists("/etc/gai.conf"), > ++

[PATCH 3/4 v2] gnu: Enable tests in Python 3.

2014-03-20 Thread Cyril Roelandt
* 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. --- gnu-system.am | 1 + gnu/packages/patches/python-fix-tests.patch | 66 + gnu/