We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5156a73 commit 840ad97Copy full SHA for 840ad97
pkgs/development/tools/database/litecli/default.nix
@@ -28,6 +28,10 @@ python3Packages.buildPythonApplication rec {
28
29
pythonImportsCheck = [ "litecli" ];
30
31
+ disabledTests = [
32
+ "test_auto_escaped_col_names"
33
+ ];
34
+
35
meta = with lib; {
36
description = "Command-line interface for SQLite";
37
longDescription = ''
0 commit comments