15
0

Accepting request 1229975 from devel:languages:python

- Skip a test broken by nodejs feature.

OBS-URL: https://build.opensuse.org/request/show/1229975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pscript?expand=0&rev=10
This commit is contained in:
2024-12-11 20:03:54 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 11 01:21:50 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Skip a test broken by nodejs feature.
-------------------------------------------------------------------
Mon Jul 31 06:13:34 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pscript
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -52,7 +52,8 @@ of Python that this compiler supports.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest pscript/tests
# https://github.com/flexxui/pscript/issues/69
%pytest -k 'not test_async_and_await' pscript/tests
%files %{python_files}
%doc README.md