Bitmessage / PyBitmessage

Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
https://bitmessage.org/wiki/Main_Page
Other
2.81k stars 578 forks source link

Use six to avoid obsolete unittest assertions #2254

Closed PeterSurda closed 1 week ago

PeterSurda commented 1 week ago

Hello!

I removed some deprecation warnings in tests output, like here in line 954, 832, 830. Inspired by one of the recent PRs.