Skip to content

Commit

Permalink
Update python-traitlets to version 5.14.3 / rev 24 via SR 1205857
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1205857
by user mcepl + anag+factory
FOR  openSUSE:Factory:Staging:I

- Skip test_complete_custom_completers test because it is failing
  with 3.12.7 (gh#ipython/traitlets#911).
  • Loading branch information
mcepl authored and bmwiedemann committed Oct 6, 2024
1 parent 8e3a581 commit 5cbcfbd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
Binary file modified packages/p/python-traitlets/.files
Binary file not shown.
12 changes: 12 additions & 0 deletions packages/p/python-traitlets/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,16 @@
- Remove upper bound from pytest, it works.</comment>
<requestid>1175274</requestid>
</revision>
<revision rev="24" vrev="2">
<srcmd5>8ce130f36f105d0988a109c83cfe237c</srcmd5>
<version>5.14.3</version>
<time>1728229909</time>
<user>anag+factory</user>
<comment>FOR openSUSE:Factory:Staging:I

- Skip test_complete_custom_completers test because it is failing
with 3.12.7 (gh#ipython/traitlets#911).
</comment>
<requestid>1205857</requestid>
</revision>
</revisionlist>
6 changes: 6 additions & 0 deletions packages/p/python-traitlets/python-traitlets.changes
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
3 changes: 2 additions & 1 deletion packages/p/python-traitlets/python-traitlets.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cbcfbd

Please sign in to comment.