from pathlib import Path

TEST_INSTALL_OPTS = [
    'option1',
    Path('option2'),
]
