#!/bin/bash
set -e

python -c "import Crypto.SelfTest; Crypto.SelfTest.run()" \
  2> >( grep -v RandomPool_DeprecationWarning >&2 )
