commit | 89123d51895bdb828a7773228acc08b67d73255c | [log] [tgz] |
---|---|---|
author | Jon Dufresne <[email protected]> | Sun Sep 16 17:20:15 2018 -0700 |
committer | Jon Dufresne <[email protected]> | Sun Sep 16 17:53:48 2018 -0700 |
tree | d3cf128c2a02d17c44005396512cb4216c5b4116 | |
parent | 8c19ef6c95004524cb9f0b170a1aff6f47ade764 [diff] |
Drop dependency of unittest2; use stdlib unittest instead Now that Python 2.6 support has been dropped (commit b67fe8a6f55ba321b602740fdf0bf0d15f074f4f), can simply use Python unittest. No unique features of unittest2 were in use that aren't also available in the stdlib unittest. One less dependency.