1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Upgrade yadm testbed

* Update software in Dockerfile
* Add j2cli
* Bump supported versions of linters
This commit is contained in:
Tim Byrne
2019-09-25 23:12:59 -05:00
parent cfda485b34
commit 2508378617
5 changed files with 17 additions and 16 deletions

View File

@@ -19,19 +19,19 @@ def shellcheck_version():
@pytest.fixture(scope='session')
def pylint_version():
"""Version of pylint supported"""
return '1.9.2'
return '2.4.1'
@pytest.fixture(scope='session')
def flake8_version():
"""Version of flake8 supported"""
return '3.5.0'
return '3.7.8'
@pytest.fixture(scope='session')
def yamllint_version():
"""Version of yamllint supported"""
return '1.15.0'
return '1.17.0'
@pytest.fixture(scope='session')