Skip to content

Remove use of six #1296

@joshuagl

Description

@joshuagl

Description of issue or feature request:

Following the release of tuf 0.17.0 (see #1284) we are no longer supporting Python2, and have started to remove uses of Python2 in #1293 (see also #1276).

Six is a Python 2 and 3 compatibility library, which is clearly no longer required.

Current behavior:

Six is marked as a dependency in setup.py and our requirements files.
Six is imported and used in multiple modules, tests, and scripts.

Expected behavior:

six is no longer a dependency and is not imported, or used, in any modules, tests, or scripts.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions