mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Changes for new flake8 compliance
This commit is contained in:
parent
8a87f4a30f
commit
bbc1ca17f0
@ -37,7 +37,7 @@ def pylint_version():
|
|||||||
@pytest.fixture(scope='session')
|
@pytest.fixture(scope='session')
|
||||||
def flake8_version():
|
def flake8_version():
|
||||||
"""Version of flake8 supported"""
|
"""Version of flake8 supported"""
|
||||||
return '3.8.4'
|
return '6.0.0'
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope='session')
|
@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):
|
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
|
Update configuration file
|
||||||
Display value
|
Display value
|
||||||
|
Loading…
Reference in New Issue
Block a user