File: python3-pytest-timeout

package info (click to toggle)
python-pytest-timeout 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 240 kB
  • sloc: python: 602; makefile: 8; sh: 4
file content (5 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh
set -e
cp -a test_pytest_timeout.py "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do echo "[*] testing on $py:"; $py -Wd -m pytest -v 2>&1; done