DEBSOURCES
Skip Quicknav
sources / python-pytest-random-order / 1.2.0%2Bds-1 / tox.ini
12345678910
[tox] minversion = 4.0 envlist = py{39,310,311,312,313} [testenv] deps = py pytest-xdist commands = pytest tests --color=yes