python3Packages.jupyterhub: disable ssl test
This commit is contained in:
parent
894e8ca1fc
commit
2897b20a43
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user