File: control

package info (click to toggle)
python-plaster 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 724; makefile: 161
file content (10 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Depends:
 python3-all,
 @,
Test-Command: for p in $(py3versions -s); do $p -c 'import plaster; print(plaster)'; done

Depends:
 python3-all,
 python3-pytest,
 @,
Test-Command: cp -r tests $AUTOPKGTEST_TMP; cd $AUTOPKGTEST_TMP; for p in $(py3versions -s); do $p -m pytest; done