From e97a5ce265f7e1d3380fab9c4132e2b002e8636c Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Mon, 27 Jul 2020 10:02:19 +0000 Subject: Run in Python 3.8 Use image recommended by SECCOM Issue-ID: DCAEGEN2-2292 Signed-off-by: Michal Jagiello Change-Id: I8d77f150c9fe314bf26bac2c9fac7ebc9782c9d8 --- mvn-phase-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mvn-phase-script.sh') diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index b17056b..ea67237 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -137,7 +137,7 @@ run_tox_test() source ./venv-tox/bin/activate pip install pip==10.0.1 pip install --upgrade argparse - pip install tox==2.9.1 + pip install tox==3.18.0 pip freeze tox deactivate -- cgit 1.2.3-korg