File: control

package info (click to toggle)
jeepney 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 488 kB
  • sloc: python: 2,605; makefile: 205; xml: 115
file content (12 lines) | stat: -rw-r--r-- 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Test-Command: set -e
 ; cd "$AUTOPKGTEST_TMP"
 ; for python in $(py3versions -s 2>/dev/null)
 ; do dbus-run-session -- $python -m pytest --verbose /usr/lib/python3/dist-packages/jeepney
 ; done
Depends: dbus,
         python3-all,
         python3-jeepney,
         python3-pytest,
         python3-pytest-asyncio,
         python3-testpath,
         python3-trio