mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-17 13:50:33 +00:00
fix stickler errors
Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com>
This commit is contained in:
parent
3128d14d1f
commit
cb49ce38f5
@ -69,7 +69,19 @@ def args(request):
|
||||
return '-t -d'
|
||||
|
||||
|
||||
@pytest.fixture(params=['debian', 'debian_9', 'debian_10', 'centos7', 'centos', 'fedora', 'fedora_31', 'fedora_32', 'ubuntu_16', 'ubuntu_18', 'ubuntu_20'])
|
||||
@pytest.fixture(params=[
|
||||
'debian',
|
||||
'debian_9',
|
||||
'debian_10',
|
||||
'centos7',
|
||||
'centos',
|
||||
'fedora',
|
||||
'fedora_31',
|
||||
'fedora_32',
|
||||
'ubuntu_16',
|
||||
'ubuntu_18',
|
||||
'ubuntu_20'
|
||||
])
|
||||
def tag(request):
|
||||
'''
|
||||
consumed by image to make the test matrix
|
||||
|
Loading…
Reference in New Issue
Block a user