pythonPackages.sklearn-deap: dropping a comment

This commit is contained in:
Assassinkin 2018-06-25 12:06:33 +01:00
parent 4d728b19f7
commit c5e9193994

View File

@ -14,7 +14,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ numpy scipy deap scikitlearn ];
#doCheck = false;
checkPhase = ''
${python.interpreter} test.py
'';