forked from pool/python-traitlets
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a68653755a | |||
| ee3d42d2c5 |
@@ -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>
|
Mon May 20 05:50:43 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,8 @@ sed -i 's/"--color=yes",//' pyproject.toml
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# no mypy testing in Ring1
|
# 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}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user