File: python3

package info (click to toggle)
python-nacl 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,748 kB
  • sloc: ansic: 45,889; python: 7,245; sh: 6,758; asm: 2,974; makefile: 1,014; cs: 35; xml: 30; pascal: 11
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e
SRC="${PWD}"

cd "${AUTOPKGTEST_TMP}"
for py in $(py3versions -vs) ; do
  python$py -m pytest ${SRC}/tests
done