File: python3-sphinxcontrib.websupport

package info (click to toggle)
sphinxcontrib-websupport 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,144 kB
  • sloc: python: 1,333; javascript: 635; makefile: 54; sh: 7; ansic: 1
file content (11 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (3)
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
done