15
0

- Exclude failing tests due to gh#SethMMorton/natsort#107

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-natsort?expand=0&rev=22
This commit is contained in:
2019-12-22 22:53:52 +00:00
committed by Git OBS Bridge
parent 77686d439b
commit 10e44bcefa
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Dec 22 23:52:46 CET 2019 - Matej Cepl <mcepl@suse.com>
- Exclude failing tests due to gh#SethMMorton/natsort#107
-------------------------------------------------------------------
Sat Nov 16 17:24:43 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-natsort
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -61,9 +61,8 @@ install -Dm0644 natsort.1 %{buildroot}%{_mandir}/man1/natsort.1
%check
export LANG=en_US.UTF8
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
pytest-%{$python_bin_suffix}
}
# exclusions due to gh#SethMMorton/natsort#107
%pytest -k 'not test_natsort_keygen_with_locale'
%files %{python_files}
%license LICENSE