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
As part of a coding dojo we organized in our team, we took the opportunity to see what could be improved in this library (which is really nice by the way!).
During this session, we have observed that the tox.ini file specifies that the library is compatible with Python 2.7. However, it seems that test fail when running them in py27 tox environment.
Looks like _invoke_with_optional_kwargs function uses a function from inspect module that is not available in Python 2.7.
Is that expected? Is the library still aiming to support Python 2 ?
Hello,
As part of a coding dojo we organized in our team, we took the opportunity to see what could be improved in this library (which is really nice by the way!).
During this session, we have observed that the tox.ini file specifies that the library is compatible with Python 2.7. However, it seems that test fail when running them in py27 tox environment.
Looks like
_invoke_with_optional_kwargs
function uses a function from inspect module that is not available in Python 2.7.Is that expected? Is the library still aiming to support Python 2 ?
The text was updated successfully, but these errors were encountered: