File: control

package info (click to toggle)
toolz 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 672 kB
  • sloc: python: 5,573; makefile: 136; sh: 2
file content (2 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ;   echo "Testing with $py:" ;   $py -m pytest --pyargs toolz ; done
Depends: @, python3-pytest, python3-all