File: pytest.ini

package info (click to toggle)
parfive 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: python: 2,014; makefile: 27
file content (16 lines) | stat: -rw-r--r-- 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
minversion = 7.0
testpaths =
    parfive
    docs
asyncio_mode = strict
asyncio_default_fixture_loop_scope = function
addopts =
    --allow-hosts=127.0.0.1,::1
filterwarnings =
    # Turn all warnings into errors so they do not pass silently.
    error
    # Do not fail on pytest config issues (i.e. missing plugins) but do show them
    always::pytest.PytestConfigWarning
    # TODO: fixme
    always::pytest.PytestUnraisableExceptionWarning