From fe5113732149c7db49951fde374862fb909223a1 Mon Sep 17 00:00:00 2001 From: jlnav Date: Thu, 16 Apr 2020 10:31:45 -0500 Subject: [PATCH] changes to skip tasmanian testing on osxo --- .travis.yml | 4 +++- .../tests/regression_tests/test_persistent_tasmanian.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3be2e318..6c5e6e556 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,7 +76,9 @@ install: # Begin: Dependencies only for regression tests - pip install DFO-LS - pip install deap - - pip install scikit-build packaging Tasmanian --user + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then + pip install scikit-build packaging Tasmanian --user; + fi # End: dependencies only for regression tests # - pip install flake8 diff --git a/libensemble/tests/regression_tests/test_persistent_tasmanian.py b/libensemble/tests/regression_tests/test_persistent_tasmanian.py index fdee20c0b..2dde431d9 100644 --- a/libensemble/tests/regression_tests/test_persistent_tasmanian.py +++ b/libensemble/tests/regression_tests/test_persistent_tasmanian.py @@ -7,6 +7,7 @@ # Do not change these lines - they are parsed by run-tests.sh # TESTSUITE_COMMS: local # TESTSUITE_NPROCS: 4 +# TESTSUITE_OS_SKIP: OSX import sys import numpy as np