Skip to content

Commit

Permalink
Skip gunicorn worker tests if uvloop is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed May 29, 2016
1 parent 7f79d84 commit 371a356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


base_worker = pytest.importorskip('aiohttp.worker')
pytest.importorskip('uvloop')


class BaseTestWorker:
Expand Down

0 comments on commit 371a356

Please sign in to comment.