You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/05 01:53:52 UTC

[GitHub] [flink] HuangXingBo commented on a diff in pull request #20156: [FLINK-28355][python][e2e] Clean up python environment after e2e tests

HuangXingBo commented on code in PR #20156:
URL: https://github.com/apache/flink/pull/20156#discussion_r913327366


##########
flink-python/dev/lint-python.sh:
##########
@@ -854,3 +863,8 @@ pushd "$FLINK_PYTHON_DIR" &> /dev/null
 if [ $skip_checks -eq 0 ]; then
     check_stage
 fi
+
+if [[ ${CLEAN_UP_FLAG} -eq 1 ]]; then
+    rm -rf ${CONDA_HOME}
+    rm -rf ${STAGE_FILE}

Review Comment:
   Yes. Good catch. Although the `.tox` directory is not generated during the `e2e` stage. The .tox folder is generated during the `flink-python` module test stage.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org