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

setup.py: test_suite #46

Closed
adrianschlatter opened this issue Jul 3, 2016 · 1 comment
Closed

setup.py: test_suite #46

adrianschlatter opened this issue Jul 3, 2016 · 1 comment

Comments

@adrianschlatter
Copy link

The line

test_suite='tests',

should be added to setup.py. Apparently, Python3.4 finds the tests even without that but Python2.7 does not.

@di
Copy link
Sponsor Member

di commented Jun 25, 2020

Setuptools 41.5.0 has since deprecated the test command, and this field as a result, so I don't think we should add it.

Thanks for the issue!

@di di closed this as completed Jun 25, 2020
@pypa pypa deleted a comment Jun 25, 2020
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