summaryrefslogtreecommitdiff
path: root/mock/tests/conftest.py
blob: 78831f6f8760384de35e7f8c3a40c5bb189ab605 (plain)
1
2
3
4
5
6
import six


def pytest_ignore_collect(path):
    if 'py3' in path.basename and six.PY2:
        return True