Skip to content

Fix streaming with python3+#103

Merged
ssbarnea merged 3 commits intopycontribs:mainfrom
apatard:teststream
Mar 29, 2022
Merged

Fix streaming with python3+#103
ssbarnea merged 3 commits intopycontribs:mainfrom
apatard:teststream

Conversation

@apatard
Copy link
Collaborator

@apatard apatard commented Mar 29, 2022

Since python commit for the issue https://bugs.python.org/issue32236,
python will now raise a ValueError for code like ours, so remove
bufsize setting to fix it.

Also fix streaming test test string to be provider agnostic.

Signed-off-by: Arnaud Patard <apatard@hupstream.com>

apatard added 2 commits March 29, 2022 16:46
Since python commit for the issue https://bugs.python.org/issue32236,
python will now raise a ValueError for code like ours, so remove
bufsize setting to fix it.

Signed-off-by: Arnaud Patard <apatard@hupstream.com>
The current test string is dependant of the vagrant provider so
use a string which should be stable with different providers.

Signed-off-by: Arnaud Patard <apatard@hupstream.com>
@ssbarnea ssbarnea merged commit 267d4df into pycontribs:main Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants