diff --git a/python-icalendar.changes b/python-icalendar.changes index 966ad4f..37a12e5 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 7 15:59:41 UTC 2019 - John Vandenberg + +- Remove no longer necessary pytest argument + -k 'not test_create_america_new_york' + ------------------------------------------------------------------- Thu Nov 22 10:28:12 UTC 2018 - Karol Babioch diff --git a/python-icalendar.spec b/python-icalendar.spec index 96c141a..cbec52c 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -28,7 +28,6 @@ License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/collective/icalendar Source0: https://files.pythonhosted.org/packages/source/i/icalendar/%{modname}-%{version}.tar.gz -BuildRequires: %{python_module base} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} @@ -58,8 +57,7 @@ with Python. It follows the RFC 2445 (iCalendar) specification. %python_expand %fdupes -s %{buildroot}%{$python_sitelib} %check -# test_create_america_new_york - https://github.com/collective/icalendar/issues/260 -%python_exec %{_bindir}/py.test src -k 'not test_create_america_new_york' +%python_exec %{_bindir}/py.test src %files %{python_files} %license LICENSE.rst