File: python3-execnet

package info (click to toggle)
execnet 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 684 kB
  • sloc: python: 5,244; makefile: 78; sh: 2
file content (3 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/sh
set -e
for py in $(py3versions -s); do echo "[*] testing on $py:"; $py -m pytest -v -x -rs testing/ 2>&1; done