Skip to content

Commit

Permalink
Pin pytest to 8 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 2, 2024
1 parent 33f7a1f commit c1b0153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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'",
Expand Down

0 comments on commit c1b0153

Please sign in to comment.