File: control

package info (click to toggle)
python-pygraphviz 1.14-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: ansic: 5,100; python: 2,669; makefile: 64
file content (6 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
# pygraphviz tests are set up as a module (with __init__.py)
# which confuses pytest in the source dir (attempts circular import)
# so run tests from the installed module

Test-Command: set -e; for py in `py3versions -s`; do $py -m pytest /usr/lib/python3/dist-packages/pygraphviz/tests/; done
Depends: python3-pygraphviz, python3-pytest, python3-all