Cyril Roelandt <[email protected]> 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"),
> ++ "getaddrinfo() will fail")
> + def testGetaddrinfo(self):
Is this an upstream patch? If yes, then fine, otherwise I think we
should not mention gai.conf since it’s really not the issue.
So @unittest.skipUnless(false, "getaddrinfo() will fail") would be good
enough IMO.
OK to push with these last thing addressed. :-)
Ludo’.