-
Notifications
You must be signed in to change notification settings - Fork 159
Tests don't fail anymore #26
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
Comments
a7p
added a commit
to a7p/pytest-asyncio
that referenced
this issue
Jun 1, 2016
Hi, thanks for reporting, it's a known issue: #25. Expect a new release later today :) |
arg - the title did not make me look at the issue ;). |
Hi, I've just pushed 0.4.1 to PyPI. Can you confirm it fixes the issue for you? |
thank you very much - it does. |
smagafurov
pushed a commit
to smagafurov/pytest-asyncio
that referenced
this issue
Apr 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
having a minimal:
test_fail_async
fails as expected with asyncio==0.3.0, but succeeds with asyncio==0.4.0.(running python3.5.1)
The text was updated successfully, but these errors were encountered: