1
0

2 Commits

Author SHA256 Message Date
a68653755a Accepting request 1205857 from devel:languages:python:jupyter
FOR  openSUSE:Factory:Staging:I 

- Skip test_complete_custom_completers test because it is failing
  with 3.12.7 (gh#ipython/traitlets#911).

OBS-URL: https://build.opensuse.org/request/show/1205857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-traitlets?expand=0&rev=24
2024-10-06 15:51:49 +00:00
ee3d42d2c5 - Skip test_complete_custom_completers test because it is failing
with 3.12.7 (gh#ipython/traitlets#911).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-traitlets?expand=0&rev=42
2024-10-05 21:35:16 +00:00
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 5 21:34:51 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Skip test_complete_custom_completers test because it is failing
with 3.12.7 (gh#ipython/traitlets#911).
-------------------------------------------------------------------
Mon May 20 05:50:43 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -52,7 +52,8 @@ sed -i 's/"--color=yes",//' pyproject.toml
%check
# no mypy testing in Ring1
%pytest --ignore tests/test_typing.py
# skip test_complete_custom_completers because of gh#ipython/traitlets#911
%pytest --ignore tests/test_typing.py -k 'not test_complete_custom_completers'
%files %{python_files}
%doc README.md