From 6182d092ac96152ab0f14187b375d83e45fc5332c3b1337f8323a6005f230338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 16:43:03 +0000 Subject: [PATCH] Accepting request 682535 from home:jayvdb:py-check-failures - Remove no longer necessary pytest argument -k 'not test_create_america_new_york' OBS-URL: https://build.opensuse.org/request/show/682535 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=51 --- python-icalendar.changes | 6 ++++++ python-icalendar.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) 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