Merge "Use py36 job for safety checks"

This commit is contained in:
Zuul 2019-08-14 20:20:38 +00:00 committed by Gerrit Code Review
commit 77c00c5d01
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -48,7 +48,6 @@ deps =
pipenv
safety
commands =
pipenv install --dev
pipenv check
safety check -r {toxinidir}/doc/requirements.txt --full-report