Skip to content

[pre-commit.ci] pre-commit autoupdate - #3495

Merged
A5rocks merged 2 commits into
mainfrom
pre-commit-ci-update-config
Aug 27, 2026
Merged

[pre-commit.ci] pre-commit autoupdate#3495
A5rocks merged 2 commits into
mainfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci

@pre-commit-ci pre-commit-ci Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

@CoolCat467 CoolCat467 added the dependencies Pull requests that update a dependency file label Aug 25, 2026
@CoolCat467

Copy link
Copy Markdown
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)

@A5rocks

A5rocks commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Huh I thought we got that flake before but I guess we haven't. Let's see if it happens again...

@A5rocks

A5rocks commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

I wonder if this is python/cpython#148594 but IDK...

@A5rocks
A5rocks merged commit d5eb534 into main Aug 27, 2026
93 of 95 checks passed
@A5rocks
A5rocks deleted the pre-commit-ci-update-config branch August 27, 2026 03:44
@CoolCat467

Copy link
Copy Markdown
Member

That issue does seem to be talking about a similar place as the error was reported, so quite possibly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants