17
0

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
This commit is contained in:
Tomáš Chvátal
2020-05-16 09:23:38 +00:00
committed by Git OBS Bridge
parent 69b3c34c46
commit 8097e4d8fb
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 15 22:45:46 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Fix failing test gh#adamchainz/pytest-flake8dir#126
-------------------------------------------------------------------
Mon Jan 6 13:15:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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