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