File: python3-bcrypt

package info (click to toggle)
python-bcrypt 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 348 kB
  • sloc: ansic: 1,693; python: 560; makefile: 12; sh: 4
file content (5 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/bin/sh
set -e -u
cp -a tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do echo "[*] testing $py:"; $py -Wd -m pytest -v -x 2>&1; done