mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 01:45:11 +00:00
Merge pull request #212000 from vlaci/211482-litecli-test-failure
litecli: ignore failing test
This commit is contained in:
commit
6c2179ce1e
@ -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