File: python3-sphinxcontrib.devhelp

package info (click to toggle)
sphinxcontrib-devhelp 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: python: 128; makefile: 8; sh: 7
file content (11 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -eu

cp -r tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

for python in $(py3versions -s)
do
    $python -m pytest -v
done