python3Packages.invoke: don't recompile bytecode

Has vendored code, a given .py might not be compatible
This commit is contained in:
Jonathan Ringer 2020-06-15 17:38:57 -07:00 committed by Frederik Rietdijk
parent b76b344706
commit 385cfde32f

View file

@ -20,6 +20,9 @@ buildPythonPackage rec {
# errors with vendored libs
doCheck = false;
# has vendored python2 code
dontUsePythonRecompileBytecode = true;
meta = {
description = "Pythonic task execution";
license = lib.licenses.bsd2;