From 949ae8febb5f549e9fc750dfc3cb3bc8c7543257 Mon Sep 17 00:00:00 2001 From: Rockford Mankini Date: Wed, 14 Feb 2024 09:21:51 -0800 Subject: [PATCH] verify test is failing because of jhub version --- images/spec.yml | 2 +- images/tests_common/test_notebook.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/spec.yml b/images/spec.yml index d5e7da5b..7e0cc649 100644 --- a/images/spec.yml +++ b/images/spec.yml @@ -6,7 +6,7 @@ images: build_args: PYTHON_VERSION: python-3.9.5 PY_VER_SHORT: "3.9" - JUPYTERHUB_VERSION: 4.0.2 + JUPYTERHUB_VERSION: 1.4.1 info_cmds: [PY_VER, PIP_LIST, CONDA_INFO, CONDA_LIST, APT_PKG_LIST] rstudio-notebook: diff --git a/images/tests_common/test_notebook.py b/images/tests_common/test_notebook.py index 034490a9..02f1b766 100644 --- a/images/tests_common/test_notebook.py +++ b/images/tests_common/test_notebook.py @@ -3,7 +3,7 @@ import pytest -@pytest.mark.skip(reason="Hub upgrade version likely changes how this test works.") +#@pytest.mark.skip(reason="Hub upgrade version likely changes how this test works.") def test_secured_server(container, http_client): try: """Notebook server should eventually request user login."""