ifduyue / python-xxhash

Python Binding for xxHash

Home Page:https://pypi.org/project/xxhash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setuptools' test command is deprecated

stanislavlevin opened this issue · comments

setup.py test is deprecated since setuptools 41.5.0:
https://setuptools.pypa.io/en/latest/history.html#v41-5-0

See pypa/setuptools#1684 for details.

@stanislavlevin Thanks for this info.

Switched to python -m unittest discover -vv tests in 70411dc