Files @ 55b4e5cb4866
Branch filter:

Location: kallithea/pytest.ini

Mads Kiilerich
setup: bump dulwich minimum version to 0.19.0 to get good py3 support

Fix failure in test_compare_forks_on_branch_extra_commits_git ... but make a
major bump to make sure we get good py3 support in this cruicial and complex
low level library.
[pytest]
# only look for tests in kallithea/tests
python_files = kallithea/tests/**/test_*.py
addopts =
    # --verbose
    # show extra test summary info as specified by chars (f)ailed, (E)error, (s)skipped, (x)failed, (X)passed, (w)warnings.
    -rfEsxXw
    # Shorter scrollbacks; less stuff to scroll through
    --tb=short
    #
    --doctest-modules
    --doctest-ignore-import-errors