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 ad94a35 commit eec5060
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 eec5060

Please sign in to comment.