pythonPackages: fix pythonImportsCheck typos and capitalization
This commit is contained in:
committed by
Jonathan Ringer
parent
1bf0327ef6
commit
297857c9fb
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
# The test needs MuJoCo that is not free library.
|
||||
doCheck = false;
|
||||
|
||||
pythonImportCheck = [ "gym" ];
|
||||
pythonImportsCheck = [ "gym" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A toolkit by OpenAI for developing and comparing your reinforcement learning agents";
|
||||
|
||||
Reference in New Issue
Block a user