Use setproctitle if available to show state (#696)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
David Lamparter
2021-09-03 17:58:01 +02:00
committed by GitHub
parent 305aeeacec
commit 766e67ce52
6 changed files with 60 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ envlist=
py{36,37,38,39}-pytestlatest
py38-pytestmain
py38-psutil
py38-setproctitle
[testenv]
extras = testing
@@ -21,6 +22,14 @@ deps = pytest
commands =
pytest {posargs:-k psutil}
[testenv:py38-setproctitle]
extras =
testing
setproctitle
deps = pytest
commands =
pytest {posargs}
[testenv:release]
changedir=
decription = do a release, required posarg of the version number