https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 13c5695b7293c8a8478ab53018a6278f4ac6c31e authored by Jenkins for Software Heritage on 13 April 2021, 13:31:22 UTC
Updated debian changelog for version 2.4.0
Tip revision: 13c5695
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