File: tox.ini

package info (click to toggle)
pytest-runner 2.11.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: python: 212; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
[testenv]
deps =
	-rtests/requirements.txt

commands = py.test {posargs}
usedevelop = True