From ff7d83cc79486a93fe513fe699dfca03da676b3d Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 12 Oct 2017 17:40:57 -0400 Subject: [PATCH] Drop tox_constraints_file from include_role for release notes The parent of the build-openstack-releasenotes job is openstack-tox which means that there is no point in defining tox_constraints_file as it is already globally defined in openstack-tox. Change-Id: I5f7d58dcd4c300e6b700a972c05e43c5d146765a --- roles/build-releasenotes/tasks/main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/build-releasenotes/tasks/main.yaml b/roles/build-releasenotes/tasks/main.yaml index 8505e09d..f9c9305f 100644 --- a/roles/build-releasenotes/tasks/main.yaml +++ b/roles/build-releasenotes/tasks/main.yaml @@ -118,5 +118,4 @@ include_role: name: tox vars: - tox_constraints_file: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt" tox_envlist: releasenotes