File: python3-requirements-detector

package info (click to toggle)
python-requirements-detector 0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 256 kB
  • sloc: python: 600; makefile: 13; sh: 1
file content (2 lines) | stat: -rwxr-xr-x 88 bytes parent folder | download
1
2
#!/bin/sh -e
py3versions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m pytest tests 2>&1