Skip to content

Commit 6c2179c

Browse files
authored
Merge pull request #212000 from vlaci/211482-litecli-test-failure
litecli: ignore failing test
2 parents bd5dc83 + 840ad97 commit 6c2179c

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)