#!/bin/bash
lib=`python3 -c 'from distutils import sysconfig; print(sysconfig.get_python_lib())'`
/usr/bin/zope-testrunner3 -k --test-path ${lib} -s zope.testing
