Accepting request 999279 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/999279 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pendulum?expand=0&rev=7
This commit is contained in:
commit
421ad97f0d
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user