forked from pool/python-pyenchant
Accepting request 1157016 from devel:languages:python
- Skip problematic multprocessing test for ALP, bsc#1221034 OBS-URL: https://build.opensuse.org/request/show/1157016 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyenchant?expand=0&rev=22
This commit is contained in:
commit
490a9c90c1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 11 17:11:43 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Skip problematic multprocessing test for ALP, bsc#1221034
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 30 09:49:17 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sat Sep 30 09:49:17 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyenchant
|
# spec file for package python-pyenchant
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -66,7 +66,13 @@ rm -rf website .github archive tools
|
|||||||
%check
|
%check
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
%python_exec -c 'import enchant; print(vars(enchant.Dict()))'
|
%python_exec -c 'import enchant; print(vars(enchant.Dict()))'
|
||||||
%pytest
|
ignore=""
|
||||||
|
%if 0%{suse_version} == 1600
|
||||||
|
# test_can_use_multiprocessing fails to build in OBS for ALP,
|
||||||
|
# bsc#1221034
|
||||||
|
ignore="--ignore tests/test_multiprocessing.py"
|
||||||
|
%endif
|
||||||
|
%pytest $ignore
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user