mirror of https://github.com/grpc/grpc.git
Also updates the version of grpcio_test. Now that grpcio and its tests are in different project packages, the version numbers should be kept in sync.pull/2699/head
parent
791cc31a49
commit
2b84162bd4
11 changed files with 60 additions and 175 deletions
@ -1,2 +1,3 @@ |
||||
graft grpc |
||||
include commands.py |
||||
include requirements.txt |
||||
|
@ -1,3 +1,4 @@ |
||||
graft grpc_interop |
||||
graft grpc_test |
||||
include commands.py |
||||
include requirements.txt |
||||
|
@ -0,0 +1,5 @@ |
||||
pytest>=2.6 |
||||
pytest-cov>=2.0 |
||||
pytest-xdist>=1.11 |
||||
oauth2client>=1.4.7 |
||||
grpcio>=0.10.0a0 |
@ -1,122 +0,0 @@ |
||||
[ |
||||
{ |
||||
"module": "grpc_test._adapter._c_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test._adapter._low_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test._adapter._intermediary_low_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test._adapter._links_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test._adapter._lonely_rear_link_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test._adapter._blocking_invocation_inline_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test._adapter._event_invocation_synchronous_event_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test._adapter._future_invocation_asynchronous_event_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test._links._lonely_invocation_link_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test._links._transmission_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test.early_adopter.implementations_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test.framework.base.implementations_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test.framework.face.blocking_invocation_inline_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test.framework.face.event_invocation_synchronous_event_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test.framework.face.future_invocation_asynchronous_event_service_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test.framework.foundation._later_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_test.framework.foundation._logging_pool_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_interop._insecure_interop_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"module": "grpc_interop._secure_interop_test", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
}, |
||||
{ |
||||
"file": "test/compiler/python_plugin_test.py", |
||||
"pythonVersions": [ |
||||
"2.7" |
||||
] |
||||
} |
||||
] |
Loading…
Reference in new issue