File: control

package info (click to toggle)
python-jsonrpc 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 444 kB
  • sloc: python: 3,177; makefile: 154
file content (13 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Test-Command: set -e
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -m pytest -v --pyargs jsonrpc
 ; done
Depends: python3-all,
         python3-django,
         python3-flask,
         python3-jsonrpc,
         python3-mock,
         python3-nose,
         python3-pytest