NeighbourAid / pytest.ini
Parth Kansal
commit
49e9f9d
raw
history blame contribute delete
366 Bytes
[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.*