python3Packages.gekko: fix doCheck attribute

This commit is contained in:
Sigmanificient
2026-06-16 20:39:02 +02:00
parent b38530584b
commit ea65e705b5
@@ -21,7 +21,7 @@ buildPythonPackage rec {
dependencies = [ numpy ];
# Module has no tests
doCHeck = false;
doCheck = false;
pythonImportsCheck = [ "gekko" ];