pytest2/pytest_stepwise/compat.py

5 lines
104 B
Python

try:
from _pytest.cacheprovider import Cache
except ImportError:
from pytest_cache import Cache