#!/bin/sh
cd $AUTOPKGTEST_TMP && python3 -m pytest --doctest-modules --pyargs healpy -k "not (healpy.pixelfunc.nside2pixarea or healpy.pixelfunc.nside2resol)"
