This is an automated email from the ASF dual-hosted git repository.
jincheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 873bb4d [FLINK-12592][python] Add `--force` for python install.
873bb4d is described below
commit 873bb4d6388194267656f40528fea8d2c6f1d450
Author: sunjincheng121 <[email protected]>
AuthorDate: Fri May 24 12:33:27 2019 +0800
[FLINK-12592][python] Add `--force` for python install.
This closes #8525
---
flink-python/tox.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-python/tox.ini b/flink-python/tox.ini
index 23d250a..b8d079f 100644
--- a/flink-python/tox.ini
+++ b/flink-python/tox.ini
@@ -28,7 +28,7 @@ deps =
pytest
commands =
python --version
- python setup.py install
+ python setup.py install --force
pytest
[flake8]