from pathlib import Path

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