python.pkgs.py3to2: don't recompile bytecode

This commit is contained in:
Frederik Rietdijk 2020-06-17 14:51:59 +02:00
parent 06aec42781
commit bbd12947de
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ buildPythonPackage rec {
# Test failing due to upstream issue (https://bitbucket.org/amentajo/lib3to2/issues/50/testsuite-fails-with-new-python-35)
doCheck = false;
dontUsePythonRecompileBytecode = true;
meta = {
homepage = "https://bitbucket.org/amentajo/lib3to2";
description = "Refactors valid 3.x syntax into valid 2.x syntax, if a syntactical conversion is possible";