Skip to content

Commit

Permalink
jenkins: Temporary workaround for pytest-dev/pytest#920
Browse files Browse the repository at this point in the history
Fixture collection is not deterministic in the presence of hash
randomisation, so seed the hash so that we can run tests in parallel.
  • Loading branch information
wence- committed Jul 26, 2017
1 parent 542b788 commit 968b807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pipeline {
PATH = "/usr/local/bin:/usr/bin:/bin"
CC = "mpicc"
FIREDRAKE_CI_TESTS = "1"
PYTHONHASHSEED = "12453221"
}
stages {
stage('Clean') {
Expand Down

0 comments on commit 968b807

Please sign in to comment.