From f92882c08ef062e99b1829e8314979808efec54832398cc6daa924faa932e8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 18 Sep 2018 05:52:54 +0000 Subject: [PATCH] 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 --- python-setuptools_scm.changes | 5 +++++ python-setuptools_scm.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index e0b26fc..e371e13 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 17 15:20:50 UTC 2018 - Ondřej Súkup + +- remove tox.ini - it breaks tests with pytest-3.8.0 + ------------------------------------------------------------------- Wed Aug 29 08:02:35 UTC 2018 - tchvatal@suse.com diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 7faaad9..d0517ef 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -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