File: control

package info (click to toggle)
python-motor 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,328 kB
  • sloc: python: 10,656; javascript: 153; makefile: 74; sh: 13
file content (9 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
Depends: python3-all,
         python3-mockupdb (>= 1.4.0),
         python3-motor,
         python3-setuptools,
         python3-tornado,
         mongodb-server (>= 3.4),
Restrictions: allow-stderr,
              isolation-container,
Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do echo "Testing with $py:" ; $py setup.py test ; done