pysqlrecon: set doCheck

This commit is contained in:
Fabian Affolter
2024-02-02 09:09:48 +01:00
parent 77690f548d
commit 164ec34e24
+3
View File
@@ -31,6 +31,9 @@ python3.pkgs.buildPythonApplication rec {
typer
];
# Project has no tests
doCheck = false;
pythonImportsCheck = [
"pysqlrecon"
];