Workaround for editable installs with pip 19.1 (#5168)
Workaround for editable installs with pip 19.1
This commit is contained in:
		
						commit
						9c700d1fd5
					
				
							
								
								
									
										6
									
								
								tox.ini
								
								
								
								
							
							
						
						
									
										6
									
								
								tox.ini
								
								
								
								
							|  | @ -73,7 +73,8 @@ commands = pre-commit run --all-files --show-diff-on-failure | ||||||
| 
 | 
 | ||||||
| [testenv:docs] | [testenv:docs] | ||||||
| basepython = python3 | basepython = python3 | ||||||
| usedevelop = True | # broken due to pip 19.1 (#5167) | ||||||
|  | # usedevelop = True | ||||||
| changedir = doc/en | changedir = doc/en | ||||||
| deps = -r{toxinidir}/doc/en/requirements.txt | deps = -r{toxinidir}/doc/en/requirements.txt | ||||||
| 
 | 
 | ||||||
|  | @ -127,7 +128,8 @@ commands = | ||||||
| [testenv:release] | [testenv:release] | ||||||
| decription = do a release, required posarg of the version number | decription = do a release, required posarg of the version number | ||||||
| basepython = python3.6 | basepython = python3.6 | ||||||
| usedevelop = True | # broken due to pip 19.1 (#5167) | ||||||
|  | # usedevelop = True | ||||||
| passenv = * | passenv = * | ||||||
| deps = | deps = | ||||||
|     colorama |     colorama | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue