Accepting request 841289 from home:mcalabkova:branches:devel:languages:python:pytest

- Remove nonsense keyword (breaks pytest)

OBS-URL: https://build.opensuse.org/request/show/841289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=31
This commit is contained in:
Markéta Machová 2020-10-12 14:14:31 +00:00 committed by Git OBS Bridge
parent abd0af3970
commit 713db1716c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 12 14:12:58 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Remove nonsense keyword (breaks pytest)
-------------------------------------------------------------------
Fri Jul 17 07:47:05 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -65,6 +65,8 @@ release files, which this project aims to track.
%prep
%setup -q -n wcwidth-%{version}
sed -i 's/--cov[-=a-z]*//g' tox.ini
# this option is nonsense
sed -i 's/looponfailroots.*//' tox.ini
%build
%python_build