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

No argparse support #21

Open
ZachArani opened this issue Jul 6, 2018 · 1 comment
Open

No argparse support #21

ZachArani opened this issue Jul 6, 2018 · 1 comment

Comments

@ZachArani
Copy link

The most up-to-date version of zope.testrunner on github has removed optparse and instead replaced it with argparse, as recommended by official documentation. This means that when zope.testrunner cuts a new release, this package will crash with an AttributeError thanks to code in runner.py that's expecting optparse code. I suggest placing in support for both optparse and argparse to 'futureproof'.

@ZachArani
Copy link
Author

Suggestion: #22

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

1 participant