From 95465b0a4f8bcbe0f4d4a086a985b21de9794730ed83c293db717b200cf536b3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 11 Dec 2024 01:22:27 +0000 Subject: [PATCH] - Skip a test broken by nodejs feature. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pscript?expand=0&rev=20 --- python-pscript.changes | 5 +++++ python-pscript.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-pscript.changes b/python-pscript.changes index 5c88124..1298269 100644 --- a/python-pscript.changes +++ b/python-pscript.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 11 01:21:50 UTC 2024 - Steve Kowalik + +- Skip a test broken by nodejs feature. + ------------------------------------------------------------------- Mon Jul 31 06:13:34 UTC 2023 - Steve Kowalik diff --git a/python-pscript.spec b/python-pscript.spec index 5f682a1..d6bd7e5 100644 --- a/python-pscript.spec +++ b/python-pscript.spec @@ -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