Test-Command:
 set -e;
 [ -e vdirsyncer/version.py ] || cp /usr/lib/python3/dist-packages/vdirsyncer/version.py vdirsyncer;
 for py in $(py3versions -r 2>/dev/null); do $py -m pytest -k 'not test_fuzzing' tests/; done
Depends:
 python3-hypothesis,
 python3-pytest,
 python3-pytest-cov,
 python3-pytest-localserver,
 vdirsyncer,
