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
ipython_genutils requires nose which is not packagable on Python 3.10 for many linux distro.
ipython_genutils should not be necessary anymore as it's mostly a Py2/3 compat layer.
The text was updated successfully, but these errors were encountered:
* remove stdlib code can be used directly or helper redundant:
* str is already unicode
* type casting is done in external lib
* import aliases
* remove unused imports
See ipython/ipython_genutils#18,
ipython_genutils requires nose which is not packagable on Python 3.10 for many linux distro.
ipython_genutils should not be necessary anymore as it's mostly a Py2/3 compat layer.
The text was updated successfully, but these errors were encountered: