Use py36 job for safety checks
When using pipenv, the targeted version must be used when attempting to do pipenv check. This change updates the safety dependency check to use openstack-tox-py36 so the correct python version will be used. Change-Id: I4b9f71cfaaa74724ecee7b40ea6e9362e836d261
This commit is contained in:
parent
166483d6ad
commit
61ecee4624
@ -47,12 +47,13 @@
|
||||
|
||||
- job:
|
||||
name: spyglass-dependency-vulnerability-check
|
||||
parent: openstack-tox
|
||||
parent: tox-py36
|
||||
voting: false
|
||||
timeout: 600
|
||||
nodeset: spyglass-single-node
|
||||
nodeset: ubuntu-bionic
|
||||
vars:
|
||||
tox_envlist: safety
|
||||
bindep_profile: test py36
|
||||
|
||||
- job:
|
||||
name: spyglass-docker-build-gate-ubuntu_xenial
|
||||
|
Loading…
Reference in New Issue
Block a user