diff --git a/ci/code_checks.sh b/ci/code_checks.sh index 45cb1708258d7..e24d668055e2f 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -46,11 +46,11 @@ if [[ -z "$CHECK" || "$CHECK" == "lint" ]]; then flake8 pandas/_libs --filename=*.pxi.in,*.pxd --select=E501,E302,E203,E111,E114,E221,E303,E231,E126,F403 RET=$(($RET + $?)) ; echo $MSG "DONE" - echo "flake8-rst --version" - flake8-rst --version + #echo "flake8-rst --version" + #flake8-rst --version - MSG='Linting code-blocks in .rst documentation' ; echo $MSG - flake8-rst doc/source --filename=*.rst + MSG='(SKIPPING) Linting code-blocks in .rst documentation' ; echo $MSG + #flake8-rst doc/source --filename=*.rst RET=$(($RET + $?)) ; echo $MSG "DONE" # Check that cython casting is of the form `obj` as opposed to ` obj`; diff --git a/ci/deps/travis-36.yaml b/ci/deps/travis-36.yaml index 1781f67041f44..24861ee467b3f 100644 --- a/ci/deps/travis-36.yaml +++ b/ci/deps/travis-36.yaml @@ -9,7 +9,6 @@ dependencies: - fastparquet - flake8>=3.5 - flake8-comprehensions - - flake8-rst=0.4.2 - gcsfs - geopandas - html5lib diff --git a/environment.yml b/environment.yml index fc35f1290f1b1..682232fc81ccc 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,6 @@ dependencies: - Cython>=0.28.2 - flake8 - flake8-comprehensions - - flake8-rst=0.4.2 - gitpython - hypothesis>=3.58.0 - isort diff --git a/requirements-dev.txt b/requirements-dev.txt index d01a21ac5fed5..c785b771a0e0b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,6 @@ pytz Cython>=0.28.2 flake8 flake8-comprehensions -flake8-rst==0.4.2 gitpython hypothesis>=3.58.0 isort