litecli: ignore failing test

The issue is introduced by sqlparse 0.4.3

Resolves #211482
This commit is contained in:
László Vaskó 2023-01-21 22:12:08 +01:00
parent 5156a73223
commit 840ad97149

View File

@ -28,6 +28,10 @@ python3Packages.buildPythonApplication rec {
pythonImportsCheck = [ "litecli" ];
disabledTests = [
"test_auto_escaped_col_names"
];
meta = with lib; {
description = "Command-line interface for SQLite";
longDescription = ''