File: secretstorage-python2

package info (click to toggle)
python-keyring 17.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 464 kB
  • sloc: python: 1,449; sh: 12; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -eux
cd "$AUTOPKGTEST_TMP"

export XDG_RUNTIME_DIR="$AUTOPKGTEST_TMP"

for python in $(pyversions -i); do
    dbus-run-session -- $python -m unittest -v keyring.tests.backends.test_SecretService >/dev/null
done