python3Packages.jupyterhub: disable ssl test

This commit is contained in:
Jonathan Ringer 2022-02-07 11:01:12 -08:00
parent 894e8ca1fc
commit 2897b20a43
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -149,6 +149,8 @@ buildPythonPackage rec {
"test_upgrade"
# Testcase fails to find requests import
"test_external_service"
# attempts to do ssl connection
"test_connection_notebook_wrong_certs"
];
meta = with lib; {