diff --git a/.packit.yaml b/.packit.yaml index b0c59b5..edf3529 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -17,7 +17,3 @@ jobs: targets: - fedora-all - epel-8-x86_64 - -srpm_build_deps: - - python3-pip - - python3-setuptools_scm \ No newline at end of file diff --git a/tests/test_parser.py b/tests/test_parser.py index f303852..dd07afc 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -23,6 +23,11 @@ from tests.fixtures import dfparser, instruction NON_ASCII = "žluťoučký" +# flake8 does not understand fixtures: +dfparser = dfparser # pylint: disable=self-assigning-variable +instruction = instruction # pylint: disable=self-assigning-variable + + @pytest.mark.parametrize(('image_string', 'dictionary'), [ ( " ",