aboutsummaryrefslogtreecommitdiff
path: root/test-scenarios/install_os_provided_python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-scenarios/install_os_provided_python.sh')
-rw-r--r--test-scenarios/install_os_provided_python.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/test-scenarios/install_os_provided_python.sh b/test-scenarios/install_os_provided_python.sh
deleted file mode 100644
index 4dba59d..0000000
--- a/test-scenarios/install_os_provided_python.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-set -e
-
-# Optional: Import test library
-source dev-container-features-test-lib
-
-check "python3 is installed" python3 --version
-check "python is installed" python --version
-check "pip is installed" pip --version
-check "pip is installed" pip3 --version
-
-check "node is installed" node --version
-
-# Report result
-reportResults