aboutsummaryrefslogtreecommitdiff
blob: 2de0668d6b569e826f7d17192867e9f4162f04b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
py.install_sources(
    [
        'test_event_loop_in_fork.py',
        'test_pipe_closed.py',
        'test_policy_wrapper_recursion.py',
        'test_run_until_complete.py',
        'test_subprocess_exec.py',
        'test_wakeup_fd_sigchld.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/util/futures/asyncio',
    pure : not native_extensions
)