Skip to content
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

Closed
hukkin opened this issue May 11, 2020 · 1 comment
Closed

python setup.py test is deprecated #39

hukkin opened this issue May 11, 2020 · 1 comment

Comments

@hukkin
Copy link
Contributor

hukkin commented May 11, 2020

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

@fantix
Copy link
Member

fantix commented Feb 9, 2021

Fixed in #59. Thanks for the report!

@fantix fantix closed this as completed Feb 9, 2021
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 fantix mentioned this issue Feb 9, 2021
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants