caleblareau / mgatk

mgatk: mitochondrial genome analysis toolkit
http://caleblareau.github.io/mgatk
MIT License
101 stars 27 forks source link

test_cli.py uses removed `md5` module #68

Closed rekado closed 1 year ago

rekado commented 1 year ago

Describe the bug

The file test_cli.py uses the module md5, which has been removed from Python 3.

To Reproduce Run the test suite with pytest.

Expected behavior Tests pass.

Additional context

The fix is simple:

caleblareau commented 1 year ago

Thanks-- fortunately only in the test code rather than the main package. I've updated this script in the latest commit.