···89608960 ${python.interpreter} -m unittest discover
89618961 '';
8962896289638963- # Judging from SyntaxError
89648964- disabled = isPy3k;
89658965-89668966- # Lots of errors. Likely due to being in a chroot
89638963+ # Because 2to3 is used the tests in $out need to be run.
89648964+ # Both when using unittest and pytest this resulted in many errors,
89658965+ # some Python byte/str errors, and others specific to resources tested.
89668966+ # Failing tests due to the latter is to be expected with this type of package.
89678967+ # Tests are therefore disabled.
89678968 doCheck = false;
8968896989698970 meta = {