Update TOX_CONSTRAINTS_FILE for stable/zed
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/zed branch, tests will continue to use the upper-constraints list on master. Change-Id: I7408256b1e3c00d45610398ea650101791663ea8
This commit is contained in:
		
							
								
								
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							@@ -12,7 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
 | 
			
		||||
         LC_ALL=C
 | 
			
		||||
usedevelop = True
 | 
			
		||||
deps =
 | 
			
		||||
  -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
 | 
			
		||||
  -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
 | 
			
		||||
  -r{toxinidir}/requirements.txt
 | 
			
		||||
  -r{toxinidir}/test-requirements.txt
 | 
			
		||||
commands = stestr run --slowest {posargs}
 | 
			
		||||
@@ -30,7 +30,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
 | 
			
		||||
 | 
			
		||||
[testenv:releasenotes]
 | 
			
		||||
deps =
 | 
			
		||||
  -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
 | 
			
		||||
  -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
 | 
			
		||||
  -r{toxinidir}/doc/requirements.txt
 | 
			
		||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user