pysqlrecon: set doCheck
This commit is contained in:
parent
77690f548d
commit
164ec34e24
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ python3.pkgs.buildPythonApplication rec {
|
|||
typer
|
||||
];
|
||||
|
||||
# Project has no tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pysqlrecon"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue