File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN virtualenv -p python2.7 pre141 \
36
36
37
37
# setup pre venv
38
38
# use older version of setuptools or things won't build
39
- RUN /rgtm/pre141/bin/pip --no-python-version-warning install -U pip \
39
+ RUN /rgtm/pre141/bin/pip --no-python-version-warning install -U ' pip<21.0' \
40
40
&& /rgtm/pre141/bin/pip --no-python-version-warning install -U wheel setuptools==20.1.1 \
41
41
&& /rgtm/pre141/bin/pip --no-python-version-warning install nose==1.3.7 \
42
42
&& /rgtm/pre141/bin/pip --no-python-version-warning install \
@@ -52,7 +52,7 @@ RUN /rgtm/pre141/bin/pip --no-python-version-warning install -U pip \
52
52
&& rm -rf /root/.cache/pip
53
53
54
54
# setup post venv
55
- RUN /rgtm/post141/bin/pip --no-python-version-warning install -U pip \
55
+ RUN /rgtm/post141/bin/pip --no-python-version-warning install -U ' pip<21.0' \
56
56
&& /rgtm/post141/bin/pip --no-python-version-warning install -U wheel setuptools==44.0.0 \
57
57
&& /rgtm/post141/bin/pip --no-python-version-warning install \
58
58
git+https://github.com/rosin-project/rosdistro_python@rosin_bughunt_0.8.3_test#egg=rosdistro \
You can’t perform that action at this time.
0 commit comments