Skip to content

Commit

Permalink
Revert "fix warnings/errors for testing."
Browse files Browse the repository at this point in the history
This reverts commit ba9da9f.
  • Loading branch information
tim-vk committed Dec 26, 2022
1 parent ba9da9f commit 6608a5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ jobs:
targets:
- fedora-all
- epel-8-x86_64

srpm_build_deps:
- python3-pip
- python3-setuptools_scm
5 changes: 5 additions & 0 deletions tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'), [
(
" ",
Expand Down

0 comments on commit 6608a5f

Please sign in to comment.