chia7712 commented on code in PR #17740: URL: https://github.com/apache/kafka/pull/17740#discussion_r1858850116
########## tests/setup.py: ########## @@ -15,27 +15,24 @@ import re import sys -from setuptools import find_packages, setup -from setuptools.command.test import test as TestCommand +from setuptools import find_packages, setup, Command Review Comment: That is incorrect import. Please use `from setuptools import test as TestCommand` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org