[pytest] asyncio_mode = auto pythonpath = . # Silence the `datetime.utcnow()` deprecation that comes from # python-jose (a third-party dep we can't fix from here). Our own code # uses timezone-aware datetimes consistently. Once python-jose ships a # release that drops the deprecated call, remove this filter. filterwarnings = ignore::DeprecationWarning:jose.*