Update miniforge to 4.10.1 and python version to 3.9.2

This commit is contained in:
Ayaz Salikhov
2021-05-06 14:46:20 +03:00
parent bbe82cbf13
commit 691422b6ca
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ from packaging import version
LOGGER = logging.getLogger(__name__)
def test_python_version(container, python_next_version="3.9"):
def test_python_version(container, python_next_version="3.10"):
"""Check that python version is lower than the next version"""
LOGGER.info(f"Checking that python version is lower than {python_next_version}")
c = container.run(tty=True, command=["start.sh"])