Accepting request 841290 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/841290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wcwidth?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-10-29 08:47:40 +00:00 committed by Git OBS Bridge
commit 11a584fce7
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