pythonPackages.jupyterhub-systemdspawner: Disable tests
This commit is contained in:
parent
a618b4847d
commit
c3c8cb0f81
@ -28,6 +28,9 @@ buildPythonPackage rec {
|
||||
--replace "/bin/bash" "${bash}/bin/bash"
|
||||
'';
|
||||
|
||||
# no tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "JupyterHub Spawner using systemd for resource isolation";
|
||||
homepage = "https://github.com/jupyterhub/systemdspawner";
|
||||
|
Loading…
Reference in New Issue
Block a user