Revision 7e77c2b2858c7c2ed1eef65a12011bdbc331a360 authored by Jenkins for Software Heritage on 06 May 2021, 12:35:41 UTC, committed by Jenkins for Software Heritage on 06 May 2021, 12:35:41 UTC
2 parent s fae3159 + 31cb72e
Raw File
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