[
https://issues.apache.org/jira/browse/FLINK-30961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juntao Hu updated FLINK-30961:
------------------------------
Description:
According to [https://github.com/pypa/setuptools/pull/1878] , `python setup.py
test` command is deprecated, thus related `tests_require` could be removed from
setup.py.
BTW, PyCharm will complain that pytest==4.4.1 is not installed, but 4.4.1 is
actually for python < 3.8.
was:According to [https://github.com/pypa/setuptools/pull/1878] , `python
setup.py test` command is deprecated, thus related `tests_require` could be
removed from setup.py
> Remove deprecated tests_require in setup.py
> -------------------------------------------
>
> Key: FLINK-30961
> URL: https://issues.apache.org/jira/browse/FLINK-30961
> Project: Flink
> Issue Type: Improvement
> Components: API / Python
> Reporter: Juntao Hu
> Priority: Minor
> Fix For: 1.18.0
>
>
> According to [https://github.com/pypa/setuptools/pull/1878] , `python
> setup.py test` command is deprecated, thus related `tests_require` could be
> removed from setup.py.
> BTW, PyCharm will complain that pytest==4.4.1 is not installed, but 4.4.1 is
> actually for python < 3.8.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)