From 8097e4d8fbfbdbcf7458733f7b60b2fc3d73eee5006df61729856fb2fcdc85cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 16 May 2020 09:23:38 +0000 Subject: [PATCH] Accepting request 805939 from home:bnavigator:branches:devel:languages:python:pytest - Fix failing test gh#adamchainz/pytest-flake8dir#126 OBS-URL: https://build.opensuse.org/request/show/805939 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-flake8dir?expand=0&rev=5 --- python-pytest-flake8dir.changes | 5 +++++ python-pytest-flake8dir.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-pytest-flake8dir.changes b/python-pytest-flake8dir.changes index 4428694..4a1500a 100644 --- a/python-pytest-flake8dir.changes +++ b/python-pytest-flake8dir.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 15 22:45:46 UTC 2020 - Benjamin Greiner + +- Fix failing test gh#adamchainz/pytest-flake8dir#126 + ------------------------------------------------------------------- Mon Jan 6 13:15:25 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-flake8dir.spec b/python-pytest-flake8dir.spec index a0b35a9..0026549 100644 --- a/python-pytest-flake8dir.spec +++ b/python-pytest-flake8dir.spec @@ -41,6 +41,8 @@ A pytest fixture for testing flake8 plugins. %prep %setup -q -n pytest-flake8dir-%{version} +# fix gh#adamchainz/pytest-flake8dir#126 +sed -i '107 d' tests/test_pytest_flake8dir.py %build %python_build