From db92743232e6f1073c8fc3e0e45950373e0e5d75 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Apr 2024 06:07:00 +0000 Subject: [PATCH 01/10] Troubleshoot CI --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3139f1f38e..e1173811e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,6 +45,8 @@ jobs: - name: Base Setup uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 + with: + dependency_type: minimum - name: Test the package run: hatch run cov:test From b5b4e24bb952dd11eb01e216a0828dabf7cb4209 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Apr 2024 06:10:47 +0000 Subject: [PATCH 02/10] fix hook --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df42cf7308..1fcba595f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,7 +175,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit" [tool.jupyter-releaser.hooks] before-bump-version = [ - "python -m pip install -U jupyterlab~=4.1.1", + "python -m pip install -U \"jupyterlab>=4.2.0a2,<4.3\"", "jlpm", "jlpm run build:utils", "python -m pip install hatch" From d9a5e83c6b76e328dcf730c4e0a0a4a88f20cec3 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Apr 2024 06:16:50 +0000 Subject: [PATCH 03/10] bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fcba595f7..d7d96ae2b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ "pytest-tornasync", "pytest-timeout", "pytest-console-scripts", - "ipykernel", + "ipykernel>=6.5.0", "jupyter_server[test]>=2.4.0,<3", "jupyterlab_server[test]>=2.22.1,<3", "importlib-resources>=5.0;python_version<\"3.10\"", From b858c45f65d1c81d7baf2f5d6002d04f3f529ade Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Apr 2024 06:51:40 +0000 Subject: [PATCH 04/10] . --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7d96ae2b1..7ad00bec8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ "ipykernel>=6.5.0", "jupyter_server[test]>=2.4.0,<3", "jupyterlab_server[test]>=2.22.1,<3", - "importlib-resources>=5.0;python_version<\"3.10\"", + "importlib-resources>=1.4;python_version<\"3.10\"", ] docs = [ "myst_parser", From 5a6cde8cacdc93fed7907207fef6c4e4cf7b34af Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Apr 2024 06:56:41 +0000 Subject: [PATCH 05/10] ? --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ad00bec8c..d59afc0e06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "jupyter_server>=2.4.0,<3", "jupyterlab>=4.2.0a2,<4.3", - "jupyterlab_server>=2.22.1,<3", + "jupyterlab_server>=2.23.0,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", ] @@ -58,8 +58,8 @@ test = [ "pytest-console-scripts", "ipykernel>=6.5.0", "jupyter_server[test]>=2.4.0,<3", - "jupyterlab_server[test]>=2.22.1,<3", - "importlib-resources>=1.4;python_version<\"3.10\"", + "jupyterlab_server[test]>=2.23.0,<3", + "importlib-resources>=5.0;python_version<\"3.10\"", ] docs = [ "myst_parser", From 4bdceba6cb15219db5b29e68d426d4b73097cdd5 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Apr 2024 07:01:01 +0000 Subject: [PATCH 06/10] 24? --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d59afc0e06..9491015f7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "jupyter_server>=2.4.0,<3", "jupyterlab>=4.2.0a2,<4.3", - "jupyterlab_server>=2.23.0,<3", + "jupyterlab_server>=2.24.0,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", ] @@ -58,7 +58,7 @@ test = [ "pytest-console-scripts", "ipykernel>=6.5.0", "jupyter_server[test]>=2.4.0,<3", - "jupyterlab_server[test]>=2.23.0,<3", + "jupyterlab_server[test]>=2.24.0,<3", "importlib-resources>=5.0;python_version<\"3.10\"", ] docs = [ From e071197a48ad8b2705cfeac21d56b0db81cc26b1 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Apr 2024 07:05:53 +0000 Subject: [PATCH 07/10] 25 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9491015f7b..79f7664d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "jupyter_server>=2.4.0,<3", "jupyterlab>=4.2.0a2,<4.3", - "jupyterlab_server>=2.24.0,<3", + "jupyterlab_server>=2.25.0,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", ] @@ -58,7 +58,7 @@ test = [ "pytest-console-scripts", "ipykernel>=6.5.0", "jupyter_server[test]>=2.4.0,<3", - "jupyterlab_server[test]>=2.24.0,<3", + "jupyterlab_server[test]>=2.25.0,<3", "importlib-resources>=5.0;python_version<\"3.10\"", ] docs = [ From aa6bc25854e3af45d05b4d185d2b81f4ac939b87 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Apr 2024 07:11:17 +0000 Subject: [PATCH 08/10] bump --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 79f7664d77..a1f2676a83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "jupyter_server>=2.4.0,<3", "jupyterlab>=4.2.0a2,<4.3", - "jupyterlab_server>=2.25.0,<3", + "jupyterlab_server>=2.25.1,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", ] @@ -58,7 +58,7 @@ test = [ "pytest-console-scripts", "ipykernel>=6.5.0", "jupyter_server[test]>=2.4.0,<3", - "jupyterlab_server[test]>=2.25.0,<3", + "jupyterlab_server[test]>=2.25.1,<3", "importlib-resources>=5.0;python_version<\"3.10\"", ] docs = [ From a8af2fcac4e4f4aec309a481af49b623c394f8fc Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Apr 2024 07:20:48 +0000 Subject: [PATCH 09/10] wip --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a1f2676a83..50c5332632 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "jupyter_server>=2.4.0,<3", "jupyterlab>=4.2.0a2,<4.3", - "jupyterlab_server>=2.25.1,<3", + "jupyterlab_server>=2.25.4,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", ] @@ -58,7 +58,7 @@ test = [ "pytest-console-scripts", "ipykernel>=6.5.0", "jupyter_server[test]>=2.4.0,<3", - "jupyterlab_server[test]>=2.25.1,<3", + "jupyterlab_server[test]>=2.25.4,<3", "importlib-resources>=5.0;python_version<\"3.10\"", ] docs = [ From 89c02e77c4bd81031256467f48b5d41860be209c Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 4 Apr 2024 07:30:05 +0000 Subject: [PATCH 10/10] dbg --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1173811e8..597192a004 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,6 +48,10 @@ jobs: with: dependency_type: minimum + - name: debug + run: | + pip install -ve ".[dev,test]" + - name: Test the package run: hatch run cov:test