aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_test/requirements.txt
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-07-28 17:39:02 -0700
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-07-31 14:13:11 -0700
commit2b84162bd4a515926635eb558da0207150590874 (patch)
treebbb86e52b921dde757f5d731ade00165e67c4bc7 /src/python/grpcio_test/requirements.txt
parent791cc31a4971b0b77627044ef375e78b113475fb (diff)
Use py.test from run_tests.py
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.
Diffstat (limited to 'src/python/grpcio_test/requirements.txt')
-rw-r--r--src/python/grpcio_test/requirements.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/python/grpcio_test/requirements.txt b/src/python/grpcio_test/requirements.txt
new file mode 100644
index 0000000000..856198def5
--- /dev/null
+++ b/src/python/grpcio_test/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