Skip to content

Commit 92f5d21

Browse files
committed
minor fix to tox.ini to not pass on pytest debug flags to sphinx
1 parent 4b42b89 commit 92f5d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3169,7 +3169,7 @@ def _drain_server_buffers(
31693169
time.sleep(0.01) # Small delay for non-blocking SSL reads
31703170

31713171
logger.debug(
3172-
f"Finished reading from server. Bytes read: {total_ssl_read}. "
3172+
f"Finished reading from server. Bytes read: {total_ssl_read}."
31733173
)
31743174

31753175
def _perform_moving_buffer_test(

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ commands =
6060
extras =
6161
docs
6262
commands =
63-
sphinx-build -W -b html doc doc/_build/html {posargs}
63+
sphinx-build -W -b html doc doc/_build/html
6464

6565
[testenv:coverage-report]
6666
deps = coverage[toml]>=4.2

0 commit comments

Comments
 (0)