Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Add upper constraints for testing
Browse files Browse the repository at this point in the history
Change-Id: Ib6fe3fc740f5244b97fe19dd7b52b14790257965
  • Loading branch information
mwhahaha committed Jun 14, 2019
1 parent fe4d2ff commit 87ab8dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ skipsdist = False

[testenv]
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install -U {opts} {packages}
whitelist_externals =
Expand Down

0 comments on commit 87ab8dc

Please sign in to comment.