File: python3-crontab

package info (click to toggle)
python-crontab 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 520 kB
  • sloc: python: 2,783; makefile: 8; sh: 6
file content (7 lines) | stat: -rwxr-xr-x 153 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh
set -e -u
cp -a tests/ "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/tests/"
for py in $(py3versions -s); do
    LC_ALL=C.UTF-8 "$py" -m pytest
done