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