Drop Python 3.5 support
pytest no longer supports it, and our CI is broken because of it.
This commit is contained in:
10
tox.ini
10
tox.ini
@@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
envlist=
|
||||
linting
|
||||
py{35,36,37,38,39}-pytestlatest
|
||||
py{36,37,38,39}-pytestlatest
|
||||
py38-pytestmain
|
||||
py38-psutil
|
||||
|
||||
@@ -21,14 +21,6 @@ deps = pytest
|
||||
commands =
|
||||
pytest {posargs:-k psutil}
|
||||
|
||||
[testenv:linting]
|
||||
skip_install = True
|
||||
usedevelop = True
|
||||
passenv = PRE_COMMIT_HOME
|
||||
deps =
|
||||
pre-commit
|
||||
commands = pre-commit run --all-files --show-diff-on-failure
|
||||
|
||||
[testenv:release]
|
||||
changedir=
|
||||
decription = do a release, required posarg of the version number
|
||||
|
||||
Reference in New Issue
Block a user