Skip to content

Disable python hash randomization

Rosen Matev requested to merge rm-PYTHONHASHSEED into master

Disable hash randomization so that we have reproducible (test) runs. Ideally we shouldn't depend on hash() but that's not easy, see !3872 (merged) . See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHASHSEED

Merge request reports