[pre-commit.ci] pre-commit autoupdate - #3495
Open
pre-commit-ci[bot] wants to merge 2 commits into
Open
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.3 → v0.16.4](astral-sh/ruff-pre-commit@v0.16.3...v0.16.4)
for more information, see https://pre-commit.ci
Member
|
Pull request is fine, but looks like either python or tests might be flaky, more likely python unfortunately. =================================== FAILURES ===================================
________________________ test_full_duplex_basics[tls12] ________________________
+ Exception Group Traceback (most recent call last):
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/site-packages/trio/_tests/test_ssl.py", line 598, in test_full_duplex_basics
| async with ssl_echo_server(client_ctx) as s:
| ~~~~~~~~~~~~~~~^^^^^^^^^^^^
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/contextlib.py", line 221, in __aexit__
| await anext(self.gen)
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/site-packages/trio/_tests/test_ssl.py", line 183, in ssl_echo_server
| async with ssl_echo_server_raw(expect_fail=expect_fail) as sock:
| ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/contextlib.py", line 221, in __aexit__
| await anext(self.gen)
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/site-packages/trio/_tests/test_ssl.py", line 163, in ssl_echo_server_raw
| async with trio.open_nursery() as nursery:
| ~~~~~~~~~~~~~~~~~^^
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/site-packages/trio/_core/_run.py", line 1117, in __aexit__
| raise combined_error_from_nursery
| ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/site-packages/trio/_threads.py", line 449, in to_thread_run_sync
| return msg_from_thread.unwrap()
| ~~~~~~~~~~~~~~~~~~~~~~^^
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/site-packages/outcome/_impl.py", line 213, in unwrap
| raise captured_error
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/site-packages/trio/_threads.py", line 373, in do_release_then_return_result
| return result.unwrap()
| ~~~~~~~~~~~~~^^
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/site-packages/outcome/_impl.py", line 213, in unwrap
| raise captured_error
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/site-packages/trio/_threads.py", line 392, in worker_fn
| ret = context.run(sync_fn, *args)
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/site-packages/trio/_tests/test_ssl.py", line 125, in ssl_echo_serve_sync
| wrapped.unwrap()
| ~~~~~~~~~~~~~~^^
| File "/Library/Frameworks/PythonT.framework/Versions/3.14/lib/python3.14t/ssl.py", line 1348, in unwrap
| s = self._sslobj.shutdown()
| ssl.SSLWantWriteError: The operation did not complete (write) (_ssl.c:2841)
+------------------------------------
----------------------------- Captured stdout call -----------------------------
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ssl_echo_serve_sync got unexpected error: The operation did not complete (write) (_ssl.c:2841) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updates: