xref: /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyzmq/run-ptest (revision 8460358c3d24c71d9d38fd126c745854a6301564)
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