Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
`cqlsh` has a dependency on `unittest2`.
But `unittest2` is simply a backport of python 2.7+ features to older pythons.
Given that support for Python 2.7 is itself now deprecated in favor of Python 3 support, there's no need to include the `unittest2` import...
I opened a pull request fixing this here: https://github.com/apache/cassandra/pull/921