mirror of https://github.com/grpc/grpc.git
Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst).pull/2243/head
parent
743c10ccd5
commit
e5f7002617
8 changed files with 164 additions and 57 deletions
@ -1,62 +1,123 @@ |
||||
[ |
||||
{ |
||||
"module": "grpc._cython.cygrpc_test" |
||||
"module": "grpc._cython.cygrpc_test", |
||||
"pythonVersions": [ |
||||
"2.7", |
||||
"3.4" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc._cython.adapter_low_test" |
||||
"module": "grpc._cython.adapter_low_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc._adapter._c_test" |
||||
"module": "grpc._adapter._c_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc._adapter._low_test" |
||||
"module": "grpc._adapter._low_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc._adapter._intermediary_low_test" |
||||
"module": "grpc._adapter._intermediary_low_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc._adapter._links_test" |
||||
"module": "grpc._adapter._links_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc._adapter._lonely_rear_link_test" |
||||
"module": "grpc._adapter._lonely_rear_link_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc._adapter._blocking_invocation_inline_service_test" |
||||
"module": "grpc._adapter._blocking_invocation_inline_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc._adapter._event_invocation_synchronous_event_service_test" |
||||
"module": "grpc._adapter._event_invocation_synchronous_event_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc._adapter._future_invocation_asynchronous_event_service_test" |
||||
"module": "grpc._adapter._future_invocation_asynchronous_event_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc.early_adopter.implementations_test" |
||||
"module": "grpc.early_adopter.implementations_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc.framework.base.implementations_test" |
||||
"module": "grpc.framework.base.implementations_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc.framework.face.blocking_invocation_inline_service_test" |
||||
"module": "grpc.framework.face.blocking_invocation_inline_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc.framework.face.event_invocation_synchronous_event_service_test" |
||||
"module": "grpc.framework.face.event_invocation_synchronous_event_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc.framework.face.future_invocation_asynchronous_event_service_test" |
||||
"module": "grpc.framework.face.future_invocation_asynchronous_event_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc.framework.foundation._later_test" |
||||
"module": "grpc.framework.foundation._later_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc.framework.foundation._logging_pool_test" |
||||
"module": "grpc.framework.foundation._logging_pool_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "interop._insecure_interop_test" |
||||
"module": "interop._insecure_interop_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "interop._secure_interop_test" |
||||
"module": "interop._secure_interop_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"file": "test/compiler/python_plugin_test.py" |
||||
"file": "test/compiler/python_plugin_test.py", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
} |
||||
] |
||||
|
Loading…
Reference in new issue