Skip to content

Conversation

antonpirker
Copy link
Member

The new version of Sanic that was released a couple of hours ago has some breaking changes and thus break our test suite. So I have now excluded the latest Sanic version from our test suite.

def respond(self, response):
responses.append(response)
patched_response = HTTPResponse()
patched_response.send = lambda end_stream: asyncio.sleep(0.001)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what was this mega hack lol

@sl0thentr0py sl0thentr0py merged commit 0929871 into master Sep 29, 2022
@sl0thentr0py sl0thentr0py deleted the antonpirker/fix-ci-tests branch September 29, 2022 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants