Skip to content

Commit 968b807

Browse files
committed
jenkins: Temporary workaround for pytest-dev/pytest#920
Fixture collection is not deterministic in the presence of hash randomisation, so seed the hash so that we can run tests in parallel.
1 parent 542b788 commit 968b807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pipeline {
66
PATH = "/usr/local/bin:/usr/bin:/bin"
77
CC = "mpicc"
88
FIREDRAKE_CI_TESTS = "1"
9+
PYTHONHASHSEED = "12453221"
910
}
1011
stages {
1112
stage('Clean') {

0 commit comments

Comments
 (0)