File: control

package info (click to toggle)
python-tenacity 8.4.2%2Breally8.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 680 kB
  • sloc: python: 3,003; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Depends:
 python3-all,
 python3-pytest,
 python3-setuptools,
 python3-tenacity,
 python3-tornado,
 python3-trio,
 python3-typing-extensions,
 python3-typeguard (>= 3.0),
Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest -v -x 2>&1; done