File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,6 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
38
38
python -c ' import plotly' ||
39
39
error_exit " ${LINENO} : can't import plotly package"
40
40
41
- # echo "${HOME}"
42
- # echo "${PLOTLY_CONFIG_DIR}"
43
- #
44
- # # test that it imports when you don't have write permissions
45
- # sudo chmod -R 444 ${PLOTLY_CONFIG_DIR} && python -c "import plotly" ||
46
- # error_exit "${LINENO}: permissions test 444 on .plotly dir failed"
47
- #
48
- # # test that setting write permissions will work for import (and tests)
49
- # sudo chmod -R 666 ${PLOTLY_CONFIG_DIR} && python -c "import plotly" ||
50
- # error_exit "${LINENO}: permissions test 666 on .plotly dir failed"
51
-
52
41
echo " running tests for Python ${version} as user '$( whoami) '"
53
42
nosetests -xv plotly/tests ||
54
43
error_exit " ${LINENO} : test suite failed for Python ${version} "
You can’t perform that action at this time.
0 commit comments