summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whalen <ian@mongodb.com>2019-07-31 11:02:56 -0400
committerIan Whalen <ian@mongodb.com>2019-07-31 11:02:56 -0400
commit32589c52d876b7b641dbb740f8f9808593234960 (patch)
tree216130e1ea399cb5f54e4befa365eff82f571a12
parentacbee2deb2d2c6dd0ecff58f941e3bda5780d13d (diff)
downloadmongo-32589c52d876b7b641dbb740f8f9808593234960.tar.gz
SERVER-39928 Stop testing with Python 2.6 in drivers nightly
-rw-r--r--etc/drivers_nightly.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/drivers_nightly.yml b/etc/drivers_nightly.yml
index 582f1681975..83511382080 100644
--- a/etc/drivers_nightly.yml
+++ b/etc/drivers_nightly.yml
@@ -579,12 +579,6 @@ axes:
- id: python-linux
display_name: "Python"
values:
- - id: "2.6"
- display_name: "Python 2.6"
- variables:
- PYTHON_BINARY: "/opt/python/2.6/bin/python"
- DRIVER_WORKING_DIRECTORY: "mongo-python-driver"
- DRIVER_TEST_UPLOAD_DIRECTORY: "src/mongo-python-driver/xunit-results/TEST-*.xml"
- id: "2.7"
display_name: "Python 2.7"
variables:
@@ -688,7 +682,7 @@ buildvariants:
### Python Matrix Linux
- matrix_name: "python-driver-linux"
- matrix_spec: {auth: "*", ssl: "*", os: "rhel62", python-linux: "2.6"}
+ matrix_spec: {auth: "*", ssl: "*", os: "rhel62", python-linux: "2.7"}
display_name: "Python Driver ${os} ${python-linux} ${auth} ${ssl}"
modules: ["mongo-python-driver", "drivers-evergreen-tools"]
tasks: