Beispiel #1
0
def call_get_legacy_build_wheel_path(caplog, names):
    req = make_test_install_req()
    wheel_path = wheel.get_legacy_build_wheel_path(
        names=names,
        temp_dir='/tmp/abcd',
        req=req,
        command_args=['arg1', 'arg2'],
        command_output='output line 1\noutput line 2\n',
    )
    return wheel_path
Beispiel #2
0
def call_get_legacy_build_wheel_path(caplog, names):
    req = make_test_install_req()
    wheel_path = wheel.get_legacy_build_wheel_path(
        names=names,
        temp_dir='/tmp/abcd',
        req=req,
        command_args=['arg1', 'arg2'],
        command_output='output line 1\noutput line 2\n',
    )
    return wheel_path