Changes for new flake8 compliance
This commit is contained in:
parent
8a87f4a30f
commit
bbc1ca17f0
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ def pylint_version():
|
|||
@pytest.fixture(scope='session')
|
||||
def flake8_version():
|
||||
"""Version of flake8 supported"""
|
||||
return '3.8.4'
|
||||
return '6.0.0'
|
||||
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
|
|
|
@ -140,7 +140,7 @@ def test_config_local_write(runner, yadm_cmd, paths, supported_local_configs):
|
|||
|
||||
|
||||
def test_config_without_parent_directory(runner, yadm_cmd, paths):
|
||||
"""Write and read attribute to/from config file with non-existent parent dir
|
||||
"""Write/read attribute to/from config file with non-existent parent dir
|
||||
|
||||
Update configuration file
|
||||
Display value
|
||||
|
|
Loading…
Reference in a new issue