From c1b01539bd27c768afd90fa733302be8e80f7b77 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:07:43 +0100 Subject: [PATCH] Pin pytest to 8 or newer --- .github/workflows/check-release.yml | 15 --------------- pyproject.toml | 6 +++--- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index 26759db4..81708517 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -14,18 +14,3 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - - name: Base Setup - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - - - name: Check Release - uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - - - name: Upload Distributions - uses: actions/upload-artifact@v3 - with: - name: jupyter-releaser-dist-${{ github.run_number }} - path: | - .jupyter_releaser_checkout/dist diff --git a/pyproject.toml b/pyproject.toml index f7b3278e..fc8d3484 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "jupyter_server>=2.0.0,<3.0.0", "jupyter_ydoc>=2.0.0,<3.0.0", - "pycrdt-websocket>=0.12.5,<0.13.0", + "pycrdt-websocket>=0.12.7,<0.13.0", "jupyter_events>=0.10.0", "jupyter_server_fileid>=0.7.0,<1", "jsonschema>=4.18.0" @@ -44,9 +44,9 @@ dev = [ ] test = [ "coverage", - "jupyter_server[test]>=2.0.0", + "jupyter_server[test]>=2.13.0", "jupyter_server_fileid[test]", - "pytest>=7.0", + "pytest>=8.1.1", "pytest-cov", "websockets", "importlib_metadata >=3.6; python_version<'3.10'",