python3Packages.gekko: fix doCheck attribute (#532407)

This commit is contained in:
Nick Cao
2026-06-16 19:09:54 +00:00
committed by GitHub
@@ -21,7 +21,7 @@ buildPythonPackage rec {
dependencies = [ numpy ];
# Module has no tests
doCHeck = false;
doCheck = false;
pythonImportsCheck = [ "gekko" ];