File: tox.ini

package info (click to toggle)
python-pytest-subtests 0.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 176 kB
  • sloc: python: 713; sh: 6; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py38,py39,py310,py311,py312

[testenv]
passenv =
    USER
    USERNAME
    TRAVIS
    PYTEST_ADDOPTS
deps =
    pytest-xdist>=3.3.0

commands =
    pytest {posargs:tests}