File: control

package info (click to toggle)
vdirsyncer 0.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 944 kB
  • sloc: python: 7,380; makefile: 205; sh: 66
file content (15 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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-aioresponses,
 python3-all,
 python3-hypothesis,
 python3-pytest,
 python3-pytest-asyncio,
 python3-pytest-cov,
 python3-pytest-httpserver,
 python3-trustme,
 vdirsyncer,
Restrictions: allow-stderr