Skip to content

Commit

Permalink
SNOW-256116 retiring flake8 tests (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkeller authored Jan 6, 2021
1 parent 8581010 commit 4df2eb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ci/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
echo "[Info] Building for ${PYTHON_VERSION} with $PYTHON"
# Clean up possible build artifacts
rm -rf build generated_version.py
# Update PEP-517 dependencies and flake8
${PYTHON} -m pip install -U pip setuptools
# Update PEP-517 dependencies
${PYTHON} -m pip install -U pip setuptools wheel
# Use new PEP-517 build
${PYTHON} -m pip wheel -w ${BUILD_DIR} --no-deps .
# On Linux we should repair wheel(s) generated
Expand Down
5 changes: 1 addition & 4 deletions ci/build_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ if %errorlevel% neq 0 goto :error
call %venv_dir%\scripts\activate
if %errorlevel% neq 0 goto :error

python -m pip install --upgrade pip setuptools flake8
if %errorlevel% neq 0 goto :error

flake8
python -m pip install --upgrade pip setuptools wheel
if %errorlevel% neq 0 goto :error

(for %%v in (%python_versions%) do (
Expand Down

0 comments on commit 4df2eb0

Please sign in to comment.