You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/09/02 15:50:11 UTC

[incubator-ponymail-unit-tests] branch master updated: Need PYTHONHASHSEED=0 here as well

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-unit-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 1306de8  Need PYTHONHASHSEED=0 here as well
1306de8 is described below

commit 1306de8022fee3a60af96f45b132032bc1e86832
Author: Sebb <se...@apache.org>
AuthorDate: Wed Sep 2 16:49:54 2020 +0100

    Need PYTHONHASHSEED=0 here as well
---
 .github/workflows/unittest.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index c1fd8b8..d31f944 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -46,14 +46,14 @@ jobs:
         sed -e 's/#cropout:.*/cropout:                (\\w+\\.\\w+)\\.incubator\\.apache\\.org \\1.apache.org/' tools/ponymail.cfg.sample >tools/ponymail.cfg
     - name: Ponymail 0.10 Test main
       run: |
-        python runall.py --root ponymail-0.10
+        PYTHONHASHSEED=0 python runall.py --root ponymail-0.10
     - name: Ponymail 0.11 Init
       run: |
         cd ponymail-0.11
         sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample >tools/ponymail.cfg
     - name: Ponymail 0.11 Test main
       run: |
-        python runall.py --root ponymail-0.11
+        PYTHONHASHSEED=0 python runall.py --root ponymail-0.11
     - name: Ponymail init
       run: |
         cd ponymail