File: tox.ini

package info (click to toggle)
python-pytest-subtests 0.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: python: 884; sh: 6; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py39,py310,py311,py312,py313,pytest7

[testenv]
deps =
    pytest-xdist>=3.3.0
    pytest7: pytest ~=7.4

commands =
    pytest {posargs:tests}