Accepting request 999244 from home:bnavigator:branches:devel:languages:python

- Skip failing DST tests for Amsterdam during Nazi occupation
  * gh#sdispater/pendulum#644

OBS-URL: https://build.opensuse.org/request/show/999244
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=13
This commit is contained in:
Axel Braun 2022-08-25 16:25:53 +00:00 committed by Git OBS Bridge
parent 67f3a9b822
commit 2adbd4b684
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 25 12:56:40 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Skip failing DST tests for Amsterdam during Nazi occupation
* gh#sdispater/pendulum#644
-------------------------------------------------------------------
Tue Oct 27 10:26:38 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pendulum
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -62,7 +62,9 @@ find %{buildroot}%{$python_sitearch} -name '*.c' -delete
}
%check
%pytest_arch
# https://github.com/sdispater/pendulum/issues/644
donttest="(test_timezone and test_dst) or (test_behavior and test_proper_dst)"
%pytest_arch -k "not ($donttest)"
%files %{python_files}
%doc README.rst