# test_rectangle started failing on i386,
# see https://github.com/nschloe/pygalmesh/issues/170
DEB_HOST_ARCH=$(dpkg-architecture -qDEB_HOST_ARCH)
if [ "x${DEB_HOST_ARCH}" = "xi386" ]; then
  TEST_OPTIONS="not test_rectangle"
fi

for pyver in $(py3versions -sv); do
  python$pyver -m pytest -k "${TEST_OPTIONS}"
done
