summaryrefslogtreecommitdiff
path: root/t/unit/asynchronous/aws/case.py
blob: 1a6322f8404579f383c6d62948e1620d417bb950 (plain)
1
2
3
4
5
6
7
8
9
10
11
import pytest

from case import skip


@skip.if_pypy()
@skip.unless_module('boto3')
@skip.unless_module('pycurl')
@pytest.mark.usefixtures('hub')
class AWSCase:
    pass