File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ COPY ./test/test_requirements.txt test/
26
26
RUN ./opt/readies/bin/getpy3
27
27
RUN ./opt/system-setup.py
28
28
RUN set -e ;\
29
- python3 -m virtualenv venv ;\
29
+ python3 -m virtualenv venv --system-site-packages ;\
30
30
. venv/bin/activate ;\
31
31
./opt/system-setup.py
32
32
Original file line number Diff line number Diff line change @@ -56,11 +56,6 @@ def macosx(self):
56
56
if out .splitlines () == []:
57
57
fatal ("Xcode tools are not installed. Please run xcode-select --install." )
58
58
59
- # workaround for ssl issue, needed in CircleCI
60
- #if os.environ.get('MACOS_PYTHON_SSL_FIX') == '1':
61
- # self.run("brew unlink python@2")
62
- # self.run("brew reinstall python3")
63
-
64
59
self .install_gnu_utils ()
65
60
self .install ("git-lfs" )
66
61
self .install ("redis" )
You can’t perform that action at this time.
0 commit comments