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

Minimum Python version 3.5, new syntax #187

Merged
merged 10 commits into from
Oct 3, 2018
Merged

Minimum Python version 3.5, new syntax #187

merged 10 commits into from
Oct 3, 2018

Conversation

lwis
Copy link
Collaborator

@lwis lwis commented Oct 1, 2018

No description provided.

@@ -61,7 +59,7 @@ def test_request_returns_single(monkeypatch):

command = Command('', '')

response = yield from api(command)
response = await api(command)

Choose a reason for hiding this comment

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

SyntaxError: invalid syntax

@coveralls
Copy link

coveralls commented Oct 2, 2018

Coverage Status

Coverage decreased (-0.04%) to 78.936% when pulling 954b4b1 on aio_await into 1fce816 on master.

@lwis lwis merged commit a421633 into master Oct 3, 2018
@lwis lwis deleted the aio_await branch October 3, 2018 20:04
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.

3 participants