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 686bc84 [hotfix][python] Remove the redundant 'python setup.py
install' from tox.ini
686bc84 is described below
commit 686bc841398dd14f054df8bf97c6d9ef8d8d99d9
Author: Dian Fu <[email protected]>
AuthorDate: Fri Jun 28 20:57:04 2019 +0800
[hotfix][python] Remove the redundant 'python setup.py install' from tox.ini
This close #8947
---
flink-python/tox.ini | 1 -
1 file changed, 1 deletion(-)
diff --git a/flink-python/tox.ini b/flink-python/tox.ini
index c475adf..e0a6c29 100644
--- a/flink-python/tox.ini
+++ b/flink-python/tox.ini
@@ -30,7 +30,6 @@ deps =
pytest
commands =
python --version
- python setup.py install --force
pytest
bash ./dev/run_pip_test.sh