diffoscope: override sqlalchemy to unbreak dataset
This commit is contained in:
@@ -84,6 +84,8 @@ let
|
||||
python = python3.override {
|
||||
self = python;
|
||||
packageOverrides = final: prev: {
|
||||
# version 2 breaks dataset and thus androguard
|
||||
sqlalchemy = prev.sqlalchemy_1_4;
|
||||
# version 4 or newer would log the following error but tests currently don't fail because radare2 is disabled
|
||||
# ValueError: argument TNULL is not a TLSH hex string
|
||||
tlsh = prev.tlsh.overridePythonAttrs (
|
||||
|
||||
Reference in New Issue
Block a user