pythonPackages.jupyterhub-systemdspawner: Disable tests

This commit is contained in:
Sandro Jäckel 2021-02-03 14:10:38 +01:00
parent a618b4847d
commit c3c8cb0f81
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

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