pysqlrecon: set doCheck

This commit is contained in:
Fabian Affolter 2024-02-02 09:08:11 +01:00
parent 77690f548d
commit 164ec34e24

View file

@ -31,6 +31,9 @@ python3.pkgs.buildPythonApplication rec {
typer
];
# Project has no tests
doCheck = false;
pythonImportsCheck = [
"pysqlrecon"
];