#!/bin/sh
set -efu

cd "$AUTOPKGTEST_TMP"

echo "=== pypy ==="
pypy -m pytest -v --pyargs zmq 2>&1
