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 d2d2986 commit 0aa80bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
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 0aa80bc

Please sign in to comment.