Update the constraints url
For more detail, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I62e82dc2a6b5be1b7726ae31c0faa7c5704fc8aa
This commit is contained in:
		
							
								
								
									
										2
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tox.ini
									
									
									
									
									
								
							@@ -4,7 +4,7 @@ skipsdist = True
 | 
				
			|||||||
envlist = releasenotes
 | 
					envlist = releasenotes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv]
 | 
					[testenv]
 | 
				
			||||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
 | 
					install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv:releasenotes]
 | 
					[testenv:releasenotes]
 | 
				
			||||||
basepython = python3
 | 
					basepython = python3
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user