File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -28,21 +28,16 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
28
28
python -c ' import plotly' ||
29
29
error_exit " ${LINENO} : can't import plotly package"
30
30
31
- echo " ${HOME} "
32
- echo " ${PLOTLY_CONFIG_DIR} "
33
- ls -l ${PLOTLY_CONFIG_DIR}
34
-
35
- # test that it imports when you don't have write permissions
36
- sudo chmod -R 444 ${PLOTLY_CONFIG_DIR} && python -c " import plotly" ||
37
- error_exit " ${LINENO} : permissions test 444 on .plotly dir failed"
38
-
39
- ls -l ${PLOTLY_CONFIG_DIR}
40
-
41
- # test that setting write permissions will work for import (and tests)
42
- sudo chmod -R 666 ${PLOTLY_CONFIG_DIR} && python -c " import plotly" ||
43
- error_exit " ${LINENO} : permissions test 666 on .plotly dir failed"
44
-
45
- ls -l ${PLOTLY_CONFIG_DIR}
31
+ # echo "${HOME}"
32
+ # echo "${PLOTLY_CONFIG_DIR}"
33
+ #
34
+ # # test that it imports when you don't have write permissions
35
+ # sudo chmod -R 444 ${PLOTLY_CONFIG_DIR} && python -c "import plotly" ||
36
+ # error_exit "${LINENO}: permissions test 444 on .plotly dir failed"
37
+ #
38
+ # # test that setting write permissions will work for import (and tests)
39
+ # sudo chmod -R 666 ${PLOTLY_CONFIG_DIR} && python -c "import plotly" ||
40
+ # error_exit "${LINENO}: permissions test 666 on .plotly dir failed"
46
41
47
42
echo " running tests for Python ${version} as user '$( whoami) '"
48
43
if [ ${version: 0: 3} == ' 2.7' ]
You can’t perform that action at this time.
0 commit comments