15
0

Accepting request 682601 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/682601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-icalendar?expand=0&rev=24
This commit is contained in:
Stephan Kulow
2019-03-10 08:37:18 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 7 15:59:41 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove no longer necessary pytest argument
-k 'not test_create_america_new_york'
-------------------------------------------------------------------
Thu Nov 22 10:28:12 UTC 2018 - Karol Babioch <kbabioch@suse.de>

View File

@@ -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