Jeff Widman created CASSANDRA-16506:
---------------------------------------
Summary: Drop unittest2 dependency since we no longer support
python < 2.7
Key: CASSANDRA-16506
URL: https://issues.apache.org/jira/browse/CASSANDRA-16506
Project: Cassandra
Issue Type: Task
Reporter: Jeff Widman
Assignee: Jeff Widman
`cqlsh` has a dependency on `unittest2`. As noted in the code comment, this is
only useful for testing against python versions < 2.7 because newer versions of
python auto include these features in the version of `unittest` shipped with
the standard library.
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...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]