Accepting request 636204 from home:mimi_vx:branches:devel:languages:python

- remove tox.ini - it breaks tests with pytest-3.8.0

OBS-URL: https://build.opensuse.org/request/show/636204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=38
This commit is contained in:
Tomáš Chvátal 2018-09-18 05:52:54 +00:00 committed by Git OBS Bridge
parent 69985b1d5a
commit f92882c08e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 17 15:20:50 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
- remove tox.ini - it breaks tests with pytest-3.8.0
-------------------------------------------------------------------
Wed Aug 29 08:02:35 UTC 2018 - tchvatal@suse.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -61,6 +61,7 @@ in SCM metadata. It also handles file finders for the supperted SCMs.
%prep
%setup -q -n setuptools_scm-%{version}
rm tox.ini
%build
%python_build