File: pyproject.toml

package info (click to toggle)
python-aiounittest 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: python: 440; makefile: 200; sh: 5
file content (8 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
# pyproject.toml
[tool.pytest.ini_options]
filterwarnings = [
    "ignore::DeprecationWarning:.*test_asynctestcase.*:30",  # asyncio.get_event_loop
    "ignore::DeprecationWarning:.*test_asynctestcase.*:39",  # @asyncio.coroutine
    "ignore::DeprecationWarning:.*test_asynctestcase.*:45",  # @asyncio.coroutine
    "ignore::DeprecationWarning:.*test_asynctestcase.*:60",  # @asyncio.coroutine
]