We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b42b89 commit 92f5d21Copy full SHA for 92f5d21
tests/test_ssl.py
@@ -3169,7 +3169,7 @@ def _drain_server_buffers(
3169
time.sleep(0.01) # Small delay for non-blocking SSL reads
3170
3171
logger.debug(
3172
- f"Finished reading from server. Bytes read: {total_ssl_read}. "
+ f"Finished reading from server. Bytes read: {total_ssl_read}."
3173
)
3174
3175
def _perform_moving_buffer_test(
tox.ini
@@ -60,7 +60,7 @@ commands =
60
extras =
61
docs
62
commands =
63
- sphinx-build -W -b html doc doc/_build/html {posargs}
+ sphinx-build -W -b html doc doc/_build/html
64
65
[testenv:coverage-report]
66
deps = coverage[toml]>=4.2
0 commit comments