File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,10 @@ jobs:
5757 - name : Base Setup
5858 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
5959 with :
60- python_version : " 3.8"
61- - name : Install miniumum versions
62- uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
60+ dependency_type : minimum
6361 - name : Run the unit tests
6462 run : |
63+ python -m pip install ".[test]"
6564 python -m pytest -vv || python -m pytest -vv --lf
6665
6766 test_prereleases :
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ classifiers = [
1919]
2020requires-python = " >=3.8"
2121dependencies = [
22- " packaging" ,
23- " tomlkit" ,
22+ " packaging>=22.0 " ,
23+ " tomlkit>=0.12.1 " ,
2424 " setuptools>=60.2.0" ,
25- " wheel" ,
26- " deprecation" ,
25+ " wheel>=0.41.1 " ,
26+ " deprecation>=2.1.0 " ,
2727]
2828
2929[project .readme ]
You can’t perform that action at this time.
0 commit comments