diff options
author | Mark Goddard <mark@stackhpc.com> | 2018-10-11 16:50:02 +0100 |
---|---|---|
committer | Mark Goddard <mark@stackhpc.com> | 2018-10-11 16:50:02 +0100 |
commit | 553eac88465bf4c49750fab09c73c181b435f7b1 (patch) | |
tree | ab53190608fa0f013a388f5ff41ddc5e1b21127d | |
parent | 371937fa9053d77a4bbca88d830d60dc76628c62 (diff) |
Use master upper-constraints
Change-Id: I81f13085c6af09e01c8eacc04b9b9e1858f7affc
Notes
Notes (review):
Code-Review+1: Pierre Riteau <pierre@stackhpc.com>
Code-Review+2: Doug Szumski <doug@stackhpc.com>
Workflow+1: Doug Szumski <doug@stackhpc.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Fri, 02 Nov 2018 16:56:24 +0000
Reviewed-on: https://review.openstack.org/609751
Project: openstack/kayobe-config
Branch: refs/heads/master
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ skipsdist = True | |||
6 | [testenv] | 6 | [testenv] |
7 | install_command = pip install {opts} {packages} | 7 | install_command = pip install {opts} {packages} |
8 | deps = | 8 | deps = |
9 | -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} | 9 | -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} |
10 | -r{toxinidir}/test-requirements.txt | 10 | -r{toxinidir}/test-requirements.txt |
11 | 11 | ||
12 | [testenv:pep8] | 12 | [testenv:pep8] |