-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Deprecated getfuncargvalue in doctest #1898
Comments
Thanks for the report! |
Merged
This was referenced Sep 22, 2016
This was referenced Sep 29, 2016
This was referenced Feb 12, 2018
This was referenced Feb 20, 2018
This was referenced Mar 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When testing a package with pytest 3, I get a deprecation error due to the use of
getfuncargvalue
in doctest. The interesting part of the trace is:Here is a full log file: pytest_log.txt
The text was updated successfully, but these errors were encountered: