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 warning for formatargspec in Python3.7 #127

Closed
clippered opened this issue Mar 25, 2019 · 1 comment · Fixed by #131
Closed

Deprecation warning for formatargspec in Python3.7 #127

clippered opened this issue Mar 25, 2019 · 1 comment · Fixed by #131

Comments

@clippered
Copy link

Minor issue:
python3.7/site-packages/asyncio_redis/protocol.py:549: DeprecationWarning:formatargspecis deprecated since Python 3.5. Usesignatureand theSignatureobject directly

@ntoll
Copy link

ntoll commented May 2, 2019

Ditto... I see this when using PyTest:

<snip/>/python3.7/site-packages/asyncio_redis/protocol.py:549: DeprecationWarning: `formatargspec` is deprecated since Python 3.5. Use `signature` and the `Signature` object directly
    signature = formatargspec(* self.specs[:6])

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

Successfully merging a pull request may close this issue.

2 participants