https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 2549a1b051ec6ceb9bf16973e6802874618fa035 authored by Jenkins for Software Heritage on 31 August 2022, 08:31:26 UTC
New upstream version 6.4.1
Tip revision: 2549a1b
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