Running python -m unittest discover in bitcoin/tests results in a segmentation fault. I'm having trouble tracking down the issue here.
It occurs within test_wallet.py.Test_CBitcoinSecret, seemingly due to an issue with CBitcoinSecret.from_secret_bytes in wallet.py. But that's about all I know.