https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 8a8dd16697f853bb8778baebbea59600a3fc529c authored by Jenkins for Software Heritage on 14 January 2022, 14:15:55 UTC
Updated backport on buster-swh from debian/4.3.0-1_swh1 (unstable-swh)
Tip revision: 8a8dd16
pytest.ini
[pytest]
addopts = --doctest-modules -p no:pytest_swh_core
norecursedirs = 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
back to top