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

No warning on skip in asyncio #126

Merged
merged 3 commits into from Jul 16, 2019
Merged

Commits on Jul 2, 2019

  1. No warning on skip in asyncio

    Asyncio doesn't get the results of tasks that fail with exceptions that
    don't subclass `Exception` (like pytest's `Skipped`) in
    `run_until_complete`. This leads to asyncio logging noisily warning when
    pytest's skip functionality is mixed with this plugin.
    
    This fixes this error, and adds a test.
    jcrist committed Jul 2, 2019
    Copy the full SHA
    5d124a2 View commit details
    Browse the repository at this point in the history
  2. Update tests/test_simple.py

    Co-Authored-By: Daniel Hahler <github@thequod.de>
    jcrist and blueyed committed Jul 2, 2019
    Copy the full SHA
    0e6b0dd View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. fixup

    Co-Authored-By: Andrew Svetlov <andrew.svetlov@gmail.com>
    jcrist and asvetlov committed Jul 16, 2019
    Copy the full SHA
    dbc7b8a View commit details
    Browse the repository at this point in the history