From cb49ce38f50f6d477b9e7398d265ad1550bf6d22 Mon Sep 17 00:00:00 2001 From: pvogt09 <50047961+pvogt09@users.noreply.github.com> Date: Tue, 27 Oct 2020 12:32:23 +0100 Subject: [PATCH] fix stickler errors Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com> --- test/conftest.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/test/conftest.py b/test/conftest.py index ade1c674..3fd2524a 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -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