litecli: ignore failing test
The issue is introduced by sqlparse 0.4.3 Resolves #211482
This commit is contained in:
parent
5156a73223
commit
840ad97149
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user