https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: c6ec4d87c50fd5b728ed33e0565a8f3e922910a7 authored by Nicolas Dandrimont on 22 December 2021, 14:46:01 UTC
hashutil: drop all pre-3.6 blake2 workarounds
Tip revision: c6ec4d8
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