File: python3-pyknon

package info (click to toggle)
python-pyknon 1.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 2,172; makefile: 128; sh: 7
file content (8 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e -u -x
cp -r test "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/test/"
export PYTHONWARNINGS=d
for py in $(py3versions -i); do
    $py -m pytest -rsx -v
done