

set -ex



pip check
export MPLBACKEND=Agg
SKIMAGE_TEST_STRICT_WARNINGS=0 pytest --pyargs skimage -k "not (_not_a_real_test)"
exit 0
