5 lines
192 B
Plaintext
5 lines
192 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
pytest --automake \
|
||
|
|
-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'
|