File size: 366 Bytes
49e9f9d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
[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.*