#!/bin/sh
set -efu

# tests fail for these components:
#
# adios_model: needs adios, and is missing test files anyway
# bag_model: needs hyo2
# hdf5rest_model: needs http://127.0.0.1:5000 configured
# opendap_model: needs pydap

export NOSE_EXCLUDE="adios|bag|hdf5rest|opendap"

nosetests3 -v
