]> granicus.if.org Git - python/commit
Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed
authorGregory P. Smith <greg@krypto.org>
Mon, 14 Dec 2015 04:01:44 +0000 (20:01 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 14 Dec 2015 04:01:44 +0000 (20:01 -0800)
commit220ba72c20869975ee9e900f78c7a724db13a3ee
tree8101b0989e8ee28c32c44c60ffc9877beeaaa569
parent4cb6d37d1d9b2463a121f5f0c6ed9aed2d3f2f9a
Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed
due to test_hash_randomization expecting a different seed per process.
Lib/test/test_cmd_line.py