File: control

package info (click to toggle)
requirements-parser 0.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 564 kB
  • sloc: python: 360; makefile: 146
file content (8 lines) | stat: -rw-r--r-- 364 bytes parent folder | download
1
2
3
4
5
6
7
8
Depends:
 python3-all,
 python3-setuptools,
 python3-requirements,
Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -c "import requirements; print(requirements)"; done

Depends: python3-all, python3-pytest
Test-Command: set -e; for py in $(py3versions -i); do  echo "[*] running pytest on $py:";  $py -m pytest --verbose; done