Codebase list python-keyring / 5e91898
Update the autopkgtest for the new tests location. Dmitry Shachnev 3 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
88 * Drop Python 2 support (closes: #937870).
99 * New upstream release.
1010 * Update dependencies and build-dependencies according to upstream.
11 * Update the autopkgtest for the new tests location.
1112
1213 -- Debian Janitor <janitor@jelmer.uk> Fri, 13 Mar 2020 05:32:22 +0000
1314
00 #!/bin/sh
11
22 set -eux
3 cp -r tests "$AUTOPKGTEST_TMP"
34 cd "$AUTOPKGTEST_TMP"
45
56 export XDG_RUNTIME_DIR="$AUTOPKGTEST_TMP"
67
78 for python in $(py3versions -s); do
8 dbus-run-session -- $python -m unittest -v keyring.tests.backends.test_SecretService >/dev/null
9 dbus-run-session -- $python -m pytest -v tests/backends/test_SecretService.py
910 done