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

Deprecation Warnings with python 3.8 #5

Closed
VaeterchenFrost opened this issue Jun 1, 2020 · 2 comments
Closed

Deprecation Warnings with python 3.8 #5

VaeterchenFrost opened this issue Jun 1, 2020 · 2 comments

Comments

@VaeterchenFrost
Copy link

I ran pytest on my project using unittest-expander v0.3.1 and got two deprecation warnings that might be helpful for further development of the expander:

unittest_expander.py:1784: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working collections.Callable)

and

unittest_expander.py:1863: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() arg_spec = inspect.getargspec(base_func)

With best regards - very thankful for your project!

@zuo
Copy link
Owner

zuo commented Oct 10, 2021

Hello.

@VaeterchenFrost Big thanks for you contribution!

I apologise for such a long inactivity -- for personal reasons I was unable to actively maintain the project, but now that will change.

When it comes to the problems you pointed out, they have already been fixed in the master branch.

I hope I'll be able to release a new stable version in the coming weeks...

Best regards!

@zuo
Copy link
Owner

zuo commented Oct 10, 2021

Fixes in master, next release will include them, so the issue can be closed.

@zuo zuo closed this as completed Oct 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants