[pytest]
envlist = py38
[testenv]
changedir = tests
deps =
pytest
commands =
# Any commands go here
pytest --basetemp="{envtmpdir}" {posargs}