Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI tests #1650

Merged
merged 2 commits into from
Sep 29, 2022
Merged

Fix CI tests #1650

merged 2 commits into from
Sep 29, 2022

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.

@@ -229,7 +229,6 @@ def __init__(self, request_body):
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