https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: f87a92bfdc360b9d2ec7ccee653db4f9a88cd4f2 authored by Jenkins for Software Heritage on 01 April 2022, 08:25:25 UTC
Updated debian changelog for version 6.0.1
Tip revision: f87a92b
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
back to top