Skip to content

Commit 840ad97

Browse files
committed
litecli: ignore failing test
The issue is introduced by sqlparse 0.4.3 Resolves #211482
1 parent 5156a73 commit 840ad97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/tools/database/litecli/default.nix

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ python3Packages.buildPythonApplication rec {
2828

2929
pythonImportsCheck = [ "litecli" ];
3030

31+
disabledTests = [
32+
"test_auto_escaped_col_names"
33+
];
34+
3135
meta = with lib; {
3236
description = "Command-line interface for SQLite";
3337
longDescription = ''

0 commit comments

Comments
 (0)