File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,6 @@ commands:
5252
5353 # install yt_astro_analysis with extra dev dependencies
5454 python -m pip install .
55- # tmp: build girder client from source with an older setuptools
56- # this shouldn't be necessary, long term
57- # see https://github.com/girder/girder/pull/3717
58- python -m pip install "setuptools<81" setuptools-scm
59- python -m pip install girder-client --no-build-isolation
6055 python -m pip install --requirement requirements/tests.txt
6156
6257 # configure yt
Original file line number Diff line number Diff line change 55# test dependencies
66pytest
77girder-client
8+
9+ # tmp: girder-client 3.2.8 has an undeclared runtime dependency on setuptools
10+ # but it's already patched upstream
11+ # https://github.com/girder/girder/pull/3696
12+ setuptools<81
You can’t perform that action at this time.
0 commit comments