pythonPackages: fix pythonImportsCheck typos and capitalization
This commit is contained in:
committed by
Jonathan Ringer
parent
1bf0327ef6
commit
297857c9fb
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
# tests require a job scheduler e.g. slurm, pbs, etc.
|
||||
doCheck = false;
|
||||
|
||||
pythonImportCheck = [ "batchspawner" ];
|
||||
pythonImportsCheck = [ "batchspawner" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A spawner for Jupyterhub to spawn notebooks using batch resource managers";
|
||||
|
||||
Reference in New Issue
Block a user