File: control

package info (click to toggle)
python-hypothesis 5.43.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,820 kB
  • sloc: python: 37,788; ruby: 1,041; sh: 169; makefile: 24
file content (10 lines) | stat: -rw-r--r-- 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Test-Command: cd hypothesis-python ; for p in $(py3versions -s); do $p -m pytest -c /dev/null --assert=plain -k 'not dateutil' tests/cover tests/nocover tests/datetime tests/numpy; done
Depends:
 python3-all,
 python3-flaky,
 python3-hypothesis,
 python3-mock,
 python3-numpy,
 python3-pexpect,
 python3-pytest,
 python3-tz,