Revision f2dba177adf000b5bf855e98d16afc762bd9b0e0 authored by Valentin Lorentz on 08 April 2021, 17:26:53 UTC, committed by Valentin Lorentz on 12 April 2021, 11:18:58 UTC
Otherwise, they will get an error asking them to install Click
(or Dulwich if Click installed and they use -t snapshot)
1 parent 27a05d6
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