Use the newer nox platforms file which installs Py3.9

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-03-31 09:47:19 +01:00 committed by Gareth J. Greenaway
parent e31e0c2748
commit b7f278a6fd

View file

@ -8,7 +8,7 @@ runTestSuite(
distro_arch: 'x86-64',
env: env,
jenkins_slave_label: 'kitchen-slave-mac',
kitchen_platforms_file: '/var/jenkins/workspace/pre-golden-platforms-new.yml',
kitchen_platforms_file: '/var/jenkins/workspace/pre-golden-platforms-new.3.9.yml',
nox_env_name: 'pytest-zeromq',
nox_passthrough_opts: '--ssh-tests',
python_version: 'py3',