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:
Maximilian Bosch
2019-03-15 21:08:10 +01:00
parent be5fe39a01
commit 69c21be86e
2 changed files with 448 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ buildPythonApplication rec {
sha256 = "0x5vzl4vvirqy03fnjwkamhzrqkknlajamwz1rmbnqh4bfmijh9m";
};
patches = [ ./fix-tests.patch ];
propagatedBuildInputs = [
pymysql configobj sqlparse prompt_toolkit pygments click pycrypto cli-helpers
];