[testenv] usedevelop = True description = Run the unit tests under {basepython} deps = -rrequirements-dev.txt commands = pytest --benchmark-sort=name {posargs} # Use recreate so that tox always rebuilds, otherwise changes to Rust are not # picked up. recreate = True