MagicStack / immutables

A high-performance immutable mapping type for Python.
Other
1.14k stars 57 forks source link

`python setup.py test` is deprecated #39

Closed hukkin closed 3 years ago

hukkin commented 4 years ago

test command is deprecated in setuptools (https://github.com/pypa/setuptools/pull/1878). We should replace it with either tox, or simply pytest or python -m unittest

fantix commented 3 years ago

Fixed in #59. Thanks for the report!