File: control

package info (click to toggle)
python-agate 1.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,976 kB
  • sloc: python: 9,093; makefile: 126
file content (13 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Test-Command: set -e
 ; cp -r examples tests "$AUTOPKGTEST_TMP"
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; LC_ALL=C.UTF-8 LC_NUMERIC=C.UTF-8 $py -m pytest -v
 ; done
Depends: locales-all,
         python3-agate,
         python3-all,
         python3-cssselect,
         python3-lxml,
         python3-pytest