-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python setup.py test
is deprecated
#39
Comments
Fixed in #59. Thanks for the report! |
fantix
added a commit
that referenced
this issue
Feb 9, 2021
New Features * Add support for Python 3.10 and more tests (by @vstinner in 45105ec for #46, @hukkinj1 in d7f3eeb, f0b4fd4) * Make __repr__ more similar to other mapping types (by @ofek in 8af1502 for #17) Misc * Minor docs and CI fixes (by @MisterKeefe in 76e491c for #32, @fantix in 1282379 for #39)
Merged
fantix
added a commit
that referenced
this issue
Feb 9, 2021
New Features * Add support for Python 3.10 and more tests (by @vstinner in 45105ec for #46, @hukkinj1 in d7f3eeb, f0b4fd4) * Make __repr__ more similar to other mapping types (by @ofek in 8af1502 for #17) Misc * Minor docs and CI fixes (by @MisterKeefe in 76e491c for #32, @fantix in 1282379 for #39)
fantix
added a commit
that referenced
this issue
Feb 10, 2021
New Features * Add support for Python 3.10 and more tests (by @vstinner in 45105ec for #46, @hukkinj1 in d7f3eeb, f0b4fd4) * Make __repr__ more similar to other mapping types (by @ofek in 8af1502 for #17) Misc * Minor docs and CI fixes (by @MisterKeefe in 76e491c for #32, @fantix in 1282379 for #39)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test
command is deprecated in setuptools (pypa/setuptools#1878). We should replace it with eithertox
, or simplypytest
orpython -m unittest
The text was updated successfully, but these errors were encountered: