pythonPackages: fix pythonImportsCheck typos and capitalization

This commit is contained in:
Martin Weinelt
2020-11-04 02:59:35 +01:00
committed by Jonathan Ringer
parent 1bf0327ef6
commit 297857c9fb
5 changed files with 5 additions and 5 deletions

View File

@@ -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";