File: python3-sentinels

package info (click to toggle)
python-sentinels 1.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128 kB
  • sloc: python: 63; sh: 7; makefile: 3
file content (8 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e -u
cp -a README.rst tests/ "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/tests/"
export PYTHONWARNINGS=d
for py in $(py3versions -s); do
  $py -m nose -v 2>&1
done