Merge pull request #2928 from nicoddemus/python-requires
Prevent pip from installing pytest in unsupported Python versions
This commit is contained in:
		
						commit
						1aeb58b531
					
				|  | @ -0,0 +1 @@ | ||||||
|  | Configure ``pytest`` to prevent pip from installing pytest in unsupported Python versions. | ||||||
							
								
								
									
										1
									
								
								setup.py
								
								
								
								
							
							
						
						
									
										1
									
								
								setup.py
								
								
								
								
							|  | @ -83,6 +83,7 @@ def main(): | ||||||
|         cmdclass={'test': PyTest}, |         cmdclass={'test': PyTest}, | ||||||
|         # the following should be enabled for release |         # the following should be enabled for release | ||||||
|         setup_requires=['setuptools-scm'], |         setup_requires=['setuptools-scm'], | ||||||
|  |         python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', | ||||||
|         install_requires=install_requires, |         install_requires=install_requires, | ||||||
|         extras_require=extras_require, |         extras_require=extras_require, | ||||||
|         packages=['_pytest', '_pytest.assertion', '_pytest._code'], |         packages=['_pytest', '_pytest.assertion', '_pytest._code'], | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue