mycli: patch tests
Similar to f3c66bb31e. Due to invalid
datatypes a lot of the tests broke.
The patch is based on an upstream PR[1], but had to be modified in order
to apply on v1.19.0.
See also https://hydra.nixos.org/build/90119741
Addresses #56826
[1] https://github.com/dbcli/mycli/pull/711
This commit is contained in:
@@ -14,6 +14,8 @@ buildPythonApplication rec {
|
||||
sha256 = "0x5vzl4vvirqy03fnjwkamhzrqkknlajamwz1rmbnqh4bfmijh9m";
|
||||
};
|
||||
|
||||
patches = [ ./fix-tests.patch ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pymysql configobj sqlparse prompt_toolkit pygments click pycrypto cli-helpers
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user