summaryrefslogtreecommitdiff
path: root/buildscripts/tests
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-04-10 11:42:47 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-04-10 11:42:47 -0400
commitf4feba485b6620518d6569c2bcfda2d2dd12d050 (patch)
tree8300674ef31923ba2d55f563ef79c467867c53e7 /buildscripts/tests
parent6ad0264d3e2633439b3adeda97f5eb52240b1fc0 (diff)
downloadmongo-f4feba485b6620518d6569c2bcfda2d2dd12d050.tar.gz
SERVER-40542 Remove references to pip2
Diffstat (limited to 'buildscripts/tests')
-rwxr-xr-xbuildscripts/tests/resmokelib/testing/hooks/test_combine_benchmark_results.py2
-rwxr-xr-xbuildscripts/tests/resmokelib/testing/hooks/test_combine_benchrun_embedded_results.py2
-rwxr-xr-xbuildscripts/tests/test_remote_operations.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/buildscripts/tests/resmokelib/testing/hooks/test_combine_benchmark_results.py b/buildscripts/tests/resmokelib/testing/hooks/test_combine_benchmark_results.py
index 2dfd063337e..26695b8d186 100755
--- a/buildscripts/tests/resmokelib/testing/hooks/test_combine_benchmark_results.py
+++ b/buildscripts/tests/resmokelib/testing/hooks/test_combine_benchmark_results.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Unit tests for the resmokelib.testing.hooks.combine_benchmark_results module."""
import datetime
diff --git a/buildscripts/tests/resmokelib/testing/hooks/test_combine_benchrun_embedded_results.py b/buildscripts/tests/resmokelib/testing/hooks/test_combine_benchrun_embedded_results.py
index a28419a1fc1..89386e9f94b 100755
--- a/buildscripts/tests/resmokelib/testing/hooks/test_combine_benchrun_embedded_results.py
+++ b/buildscripts/tests/resmokelib/testing/hooks/test_combine_benchrun_embedded_results.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Unit tests for the resmokelib.testing.hooks.combine_benchrun_embedded_results module."""
import datetime
diff --git a/buildscripts/tests/test_remote_operations.py b/buildscripts/tests/test_remote_operations.py
index 696faca8def..98eb7e611e4 100755
--- a/buildscripts/tests/test_remote_operations.py
+++ b/buildscripts/tests/test_remote_operations.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Unit test for buildscripts/remote_operations.py.
Note - Tests require sshd to be enabled on localhost with paswordless login