You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For func signature inspection in py3 we're supposed to use the new inspect.signature().
An example of how to provide dual support for py2/3 can be found here.
The text was updated successfully, but these errors were encountered:
- Fix two correct warnings
- Used pytest.warns() around a valid warning being issued
Should remove the warning exception for pytest-dev#81 when we tackle that.
Fixpytest-dev#78
For func signature inspection in py3 we're supposed to use the new
inspect.signature()
.An example of how to provide dual support for py2/3 can be found here.
The text was updated successfully, but these errors were encountered: