File: python3-h2-upstream

package info (click to toggle)
python-h2 4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,604 kB
  • sloc: python: 10,837; makefile: 18; sh: 12
file content (6 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
set -e
for py in $(py3versions -s); do
    echo "[*] testing $py:"
    $py -m pytest
done