Closed nayatec closed 6 months ago
The python builtin hash function has no identical results between python instances because the use of a random seed is enabled by default in Python 3.3 and up. So i replaced it by sha1.
I'm including this fix here where I'm fixing tests https://github.com/shopinvader/odoo-shopinvader/pull/1532
I'm including this fix here where I'm fixing tests #1532
merged there, tnx!
The python builtin hash function has no identical results between python instances because the use of a random seed is enabled by default in Python 3.3 and up. So i replaced it by sha1.