chore: remove use of six and mock#442
Conversation
|
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
a41965e to
7467997
Compare
|
@s-t-e-v-e-n-k can you rebase and target the main branch instead? thanks for the PR |
7467997 to
2196860
Compare
Done! |
you still need to force push with a signed commit, sorry forgot to mention that |
6c7e890 to
dd26176
Compare
mock has been in the standard library since Python 3.3, and six stopped being required when Python 2 support was dropped, so remove both of them.
dd26176 to
11a0f4e
Compare
I've rebased this, and signed this, my email address has changed to match my GPG key, but it's still me. |
mock has been in the standard library since Python 3.3, and six stopped being required when Python 2 support was dropped, so remove both of them.