File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments