File: control

package info (click to toggle)
python-tenacity 6.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 472 kB
  • sloc: python: 2,255; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
Depends:
 python3-all,
 python3-pytest,
 python3-setuptools,
 python3-tenacity,
 python3-tornado,
 python3-typing-extensions,
 python3-typeguard,
Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done