aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin_build_instructions.py3
-rw-r--r--coin_test_instructions.py2
2 files changed, 0 insertions, 5 deletions
diff --git a/coin_build_instructions.py b/coin_build_instructions.py
index 3b37d49af..cb9aca39f 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -181,9 +181,6 @@ if __name__ == "__main__":
for env_var in ['CC', 'CXX']:
if os.environ.get(env_var):
del os.environ[env_var]
- python_ver= "3"
- if CI_TARGET_OS in["Linux"]:
- python_ver = "3.8"
if CI_TEST_PHASE in ["ALL", "BUILD"]:
call_setup("3","BUILD")
diff --git a/coin_test_instructions.py b/coin_test_instructions.py
index a7c559f64..898d4fd73 100644
--- a/coin_test_instructions.py
+++ b/coin_test_instructions.py
@@ -123,8 +123,6 @@ def run_test_instructions():
call_testrunner("3.6.1", str(testRun))
call_testrunner("3.8.1", str(testRun))
call_testrunner("3.10.0", str(testRun))
- elif CI_HOST_OS == "Linux":
- call_testrunner("3.8", str(testRun))
else:
call_testrunner("3", str(testRun))