2019-01-05 20:44:34 -08:00
|
|
|
[pytest]
|
|
|
|
|
filterwarnings=
|
|
|
|
|
# https://github.com/pallets/jinja/issues/927
|
|
|
|
|
ignore:Using or importing the ABCs::jinja2
|
|
|
|
|
# https://bugs.launchpad.net/beautifulsoup/+bug/1778909
|
|
|
|
|
ignore:Using or importing the ABCs::bs4.element
|
2019-04-20 22:28:15 -07:00
|
|
|
# Python 3.7 PendingDeprecationWarning: Task.current_task()
|
|
|
|
|
ignore:.*current_task.*:PendingDeprecationWarning
|
2021-04-02 20:42:28 -07:00
|
|
|
markers =
|
|
|
|
|
serial: tests to avoid using with pytest-xdist
|
2022-03-07 08:09:15 -08:00
|
|
|
asyncio_mode = strict
|
2024-10-07 10:22:07 -07:00
|
|
|
asyncio_default_fixture_loop_scope = function
|