File: run-tests

package info (click to toggle)
python-bluetooth-adapters 0.21.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 548 kB
  • sloc: python: 2,637; makefile: 12; sh: 6
file content (7 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -e
export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1
cp -r test* "$AUTOPKGTEST_TMP/" && cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do
    $py -Wd -m pytest -v -x -k "not test_get_adapters_linux_no_usb_device" 2>&1
done