software/erp5: add control for PYTHONHASHSEED

See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHASHSEED

Setting a value will set the environment variable for all processes
and for the test runner.

Default behavior is:
  - for zope, do not set the variable, so default python behavior will
  be used ( equivalent to setting `0` on python2 and `random` on python3)
  - for test runner, generate a random value for each execution and
  print it, to make it easy to re-run a failing test with the same seed.
Status Job ID Name Coverage
  External
running ERP5.UnitTest-PYTHONHASHSEED

1583:22:22

running ERP5.UnitTest-TestRunner2

1583:38:24

failed ERP5.UnitTest-TestRunner2

01:16:34