https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 86561bbc863fd26b4cbffc9c92e1794469174efb authored by Jenkins for Software Heritage on 31 August 2022, 08:31:28 UTC
Updated debian changelog for version 6.4.1
Tip revision: 86561bb
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