Revision 0dbe1995037b94aeb8003b3c3d922d9cf679757d authored by Jenkins for Software Heritage on 20 July 2022, 09:41:16 UTC, committed by Jenkins for Software Heritage on 20 July 2022, 09:41:16 UTC
1 parent 32a08aa
Raw File
pytest.ini
[pytest]
addopts = --doctest-modules -p no:pytest_swh_core
norecursedirs = build docs .*
markers =
    fs: tests that involve filesystem ios
    requires_optional_deps: tests in test_cli.py that should not run if optional dependencies are not installed

asyncio_mode = strict
back to top