diff --git a/python-http-client.spec b/python-http-client.spec index 5f2d1cc..3a10386 100644 --- a/python-http-client.spec +++ b/python-http-client.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 3.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: HTTP REST client, simplified for Python License: MIT URL: https://github.com/sendgrid/%{name} @@ -41,7 +41,10 @@ This is a Python 3 version of the package. %check -py.test-3 -v +# Useles test "test__datarange" skipped +# It's testing a year range in LICENSE.txt file +# PR: https://github.com/sendgrid/python-http-client/pull/120 +py.test-3 -v -k "not test__daterange" %files -n python3-%{srcname} @@ -52,6 +55,9 @@ py.test-3 -v %changelog +* Wed Feb 06 2019 Lumír Balhar - 3.1.0-6 +- Skip useles failing test + * Sat Feb 02 2019 Fedora Release Engineering - 3.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild