xref: /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyzmq/run-ptest (revision edff49234e31f23dc79f823473c9e286a21596c1)
1#!/bin/sh
2
3pytest --automake \
4-k 'not test_callable_check and not test_on_recv_basic and not test_on_recv_wake and not test_on_recv_async and not test_on_recv_async_error and not test_curve'
5