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