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