Skip to content

Commit 735131c

Browse files
authored
Merge pull request #448 from Carreau/fix-t
2 parents f928ee3 + 2565f81 commit 735131c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
6666
with:
6767
package_name: jupyter_client
68+
package_spec: "anyio .[test]"
6869

6970
pytest_jupyter:
7071
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ jobs:
8282
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
8383
with:
8484
dependency_type: minimum
85+
python_version: "3.10"
8586
- name: Run the unit tests
8687
run: |
87-
hatch run test:nowarn || hatch run test:nowarn --lf
88+
hatch run test:test
8889
8990
test_prereleases:
9091
name: Test Prereleases
@@ -97,7 +98,7 @@ jobs:
9798
dependency_type: pre
9899
- name: Run the tests
99100
run: |
100-
hatch run test:nowarn || hatch run test:nowarn --lf
101+
hatch run test:test
101102
102103
test_docs:
103104
name: Test Docs

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.34.0
24+
rev: 0.34.1
2525
hooks:
2626
- id: check-github-workflows
2727

0 commit comments

Comments
 (0)