File: control

package info (click to toggle)
gpyfft 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 308 kB
  • sloc: python: 707; makefile: 140
file content (8 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
Test-Command: set -efu
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with $py:"
 ; $py -m pytest --pyargs gpyfft.test
 ; done
Depends: python3-all, python3-gpyfft, python3-pytest, python3-pytest-mock
Restrictions: allow-stderr, skip-not-installable