File: pytest.ini

package info (click to toggle)
datasette 0.65.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,540 kB
  • sloc: python: 19,371; javascript: 10,089; sh: 71; makefile: 47; ansic: 26
file content (12 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[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
    # Python 3.7 PendingDeprecationWarning: Task.current_task()
    ignore:.*current_task.*:PendingDeprecationWarning
markers =
    serial: tests to avoid using with pytest-xdist
asyncio_mode = strict
asyncio_default_fixture_loop_scope = function