···8960 ${python.interpreter} -m unittest discover
8961 '';
89628963- # Judging from SyntaxError
8964- disabled = isPy3k;
8965-8966- # Lots of errors. Likely due to being in a chroot
08967 doCheck = false;
89688969 meta = {
···8960 ${python.interpreter} -m unittest discover
8961 '';
89628963+ # Because 2to3 is used the tests in $out need to be run.
8964+ # Both when using unittest and pytest this resulted in many errors,
8965+ # some Python byte/str errors, and others specific to resources tested.
8966+ # Failing tests due to the latter is to be expected with this type of package.
8967+ # Tests are therefore disabled.
8968 doCheck = false;
89698970 meta = {