- [pytest]
- asyncio_mode = auto
- filterwarnings =
- ignore:The value of the smallest subnormal for <class 'numpy.float32'> type is zero.:UserWarning
- ignore:The value of the smallest subnormal for <class 'numpy.float64'> type is zero.:UserWarning
- ignore:coroutine 'test_async_actor.<locals>.foo' was never awaited:RuntimeWarning
|