Skip to content

Commit 747428a

Browse files
author
Jeff Whitaker
committed
turn off plugin tests
1 parent 290e3fa commit 747428a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export NO_CDL=1
88
# uncomment build_wheel and enable plugin install in build_netcdf.
99
# if plugins not include, plugins will not work with these wheels unless user sets
1010
# HDF5_PLUGIN_PATH to point to locally installed plugins.
11-
#export NO_PLUGINS=1
11+
export NO_PLUGINS=1
1212

1313
# Compile libs for macOS 10.9 or later
1414
export MACOSX_DEPLOYMENT_TARGET="10.9"
@@ -280,9 +280,6 @@ function run_tests {
280280
ls -l /usr/local/lib
281281
which python
282282
cp ../netcdf4-python/test/* .
283-
if [[ -z "IS_MACOS" ]]; then
284-
export NO_PLUGINS=1 # plugins not installed on linux
285-
fi
286283
python run_all.py
287284
}
288285

0 commit comments

Comments
 (0)