From 6f64044e2eaabc3da235b106a166efeccdd73ec3 Mon Sep 17 00:00:00 2001 From: Tero Paloheimo Date: Sat, 17 Feb 2024 17:15:17 +0200 Subject: [PATCH] test: remove Python 2.7 reference in verification.sh Also correspondingly update developer notes. Python 2.7 support was dropped some time ago so removing it from verification.sh should be okay. --- developer_notes.md | 2 +- verification.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/developer_notes.md b/developer_notes.md index 8b75782..9877e77 100644 --- a/developer_notes.md +++ b/developer_notes.md @@ -337,7 +337,7 @@ Or use e.g. VS Code to execute and debug tests. ## Exeuting Verification Test -Verification test script executes a set of tests on active RuuviTags. Tests require at least one active RuuviTag and Python 2.7 and 3.x. +Verification test script executes a set of tests on active RuuviTags. Tests require at least one active RuuviTag and Python 3.x. ```sh $ chmod +x verification.sh diff --git a/verification.sh b/verification.sh index d68321c..7f748e8 100755 --- a/verification.sh +++ b/verification.sh @@ -2,7 +2,6 @@ rm -rf .venv_py -# If python command is for 2.7, replace next line with: python3 -m venv .venv_py python -m venv .venv_py source .venv_py/bin/activate if [ "$1" = "pypi" ]; then