Merge pull request #212000 from vlaci/211482-litecli-test-failure

litecli: ignore failing test
This commit is contained in:
Mario Rodas 2023-01-22 15:03:00 -05:00 committed by GitHub
commit 6c2179ce1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''