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 docker
|
||||
doCheck = false;
|
||||
|
||||
pythonImportCheck = [ "dockerspawner" ];
|
||||
pythonImportsCheck = [ "dockerspawner" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Dockerspawner: A custom spawner for Jupyterhub";
|
||||
|
||||
Reference in New Issue
Block a user