File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 62
62
path : ./dist
63
63
64
64
test :
65
- name : ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.pip-extras }}
65
+ name : ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.pip-extras }} ${{ matrix.pip-install-constraints }}
66
66
needs : [build]
67
67
timeout-minutes : 30
68
68
runs-on : ${{ matrix.os }}
@@ -99,11 +99,16 @@ jobs:
99
99
- os : ubuntu-22.04
100
100
python-version : " 3.8"
101
101
pip-extras : classic
102
+ # jupyter-client and jupyter-core are transient dependencies for
103
+ # jupyter-server that we have to pin to avoid issues installing
104
+ # tornado as old as 5.1
102
105
pip-install-constraints : >-
103
106
jupyter-server==1.0
104
107
simpervisor==1.0
105
108
tornado==5.1
106
109
traitlets==4.2.1
110
+ jupyter-client==7.2.0
111
+ jupyter-core==4.9.2
107
112
108
113
# Workaround for excluded 3.12 test mentioned in a FIXME above
109
114
- os : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments