Support of Python3.10 73/13373/8
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 10 May 2023 15:25:47 +0000 (17:25 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 11 May 2023 12:50:03 +0000 (14:50 +0200)
commitb9dfe0317c4935294747897dc2fd1645c4983067
treed0ac7f491be9eb2f860609f4680220212db9f10b
parent3d7579ccc2356a23ea32878e8f0fbb0e75f59b68
Support of Python3.10

This change includes required changes to make tests work in Python3.10.
It also enables tox running as part of stage-test, which was not included before.
For the moment, only flake8 and black envs will be checked. Some pylint
errors have been fixed, but a few remain unsolved. That's why pylint is
run, but its result is ignored.

Change-Id: I29105bf849eab8b47f92627a7eea1ede31b8e05b
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
17 files changed:
Dockerfile
debian/control
devops-stages/stage-test.sh
requirements-dev.in
requirements-dev.txt
requirements.txt
robot-systest/lib/renderTemplate.py
robot-systest/resources/__init__.py
robot-systest/resources/basic_01-crud_operations_on_vim_targets_data.py
robot-systest/resources/basic_08-disable_port_security_network_level_data.py
robot-systest/resources/epa_03-crud_operations_on_sdnc_data.py
robot-systest/resources/sa_01-vnf_with_vim_metrics_data.py
robot-systest/resources/sa_02-vnf_with_vim_metrics_and_autoscaling_data.py
robot-systest/resources/sa_07-alarms_from_sa-related_vnfs_data.py
robot-systest/resources/sa_08-vnf_with_vnf_indicators_snmp_data.py
robot-systest/resources/sol003_01-vnf_lifecycle_management.py
tox.ini