File: python3-oauthlib

package info (click to toggle)
python-oauthlib 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,612 kB
  • sloc: python: 10,020; makefile: 4; sh: 3
file content (6 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh -e

cp -r tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

py3versions -s | tr ' ' '\n' | xargs -I {} env {} -Wd -m pytest -v -x -rs 2>&1