Change a test to be more predictable.
The problem with using random.random is that several modules and tests do "from random in random" which confuses pickle.whichmodule().
Showing
Please register or sign in to comment
The problem with using random.random is that several modules and tests do "from random in random" which confuses pickle.whichmodule().