Update pluggy pin to 0.5.*
This commit is contained in:
		
							parent
							
								
									1aeb58b531
								
							
						
					
					
						commit
						c7be83ac47
					
				
							
								
								
									
										2
									
								
								setup.py
								
								
								
								
							
							
						
						
									
										2
									
								
								setup.py
								
								
								
								
							| 
						 | 
					@ -53,7 +53,7 @@ def main():
 | 
				
			||||||
    # if _PYTEST_SETUP_SKIP_PLUGGY_DEP is set, skip installing pluggy;
 | 
					    # if _PYTEST_SETUP_SKIP_PLUGGY_DEP is set, skip installing pluggy;
 | 
				
			||||||
    # used by tox.ini to test with pluggy master
 | 
					    # used by tox.ini to test with pluggy master
 | 
				
			||||||
    if '_PYTEST_SETUP_SKIP_PLUGGY_DEP' not in os.environ:
 | 
					    if '_PYTEST_SETUP_SKIP_PLUGGY_DEP' not in os.environ:
 | 
				
			||||||
        install_requires.append('pluggy>=0.4.0,<0.5')
 | 
					        install_requires.append('pluggy>=0.5,<0.6')
 | 
				
			||||||
    if has_environment_marker_support():
 | 
					    if has_environment_marker_support():
 | 
				
			||||||
        extras_require[':python_version<"3.0"'] = ['funcsigs']
 | 
					        extras_require[':python_version<"3.0"'] = ['funcsigs']
 | 
				
			||||||
        extras_require[':sys_platform=="win32"'] = ['colorama']
 | 
					        extras_require[':sys_platform=="win32"'] = ['colorama']
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue