mirror of
				https://github.com/graphql-python/graphene-django.git
				synced 2025-10-31 16:07:36 +03:00 
			
		
		
		
	Merge pull request #338 from spockNinja/fix_tests
Fixing the test build
This commit is contained in:
		
						commit
						b54e02c9ba
					
				
							
								
								
									
										3
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								setup.py
									
									
									
									
									
								
							|  | @ -24,6 +24,7 @@ tests_require = [ | |||
|     'pytest-django==2.9.1', | ||||
| ] + rest_framework_require | ||||
| 
 | ||||
| django_version = 'Django>=1.8.0,<2' if sys.version_info[0] < 3 else 'Django>=1.8.0' | ||||
| setup( | ||||
|     name='graphene-django', | ||||
|     version=version, | ||||
|  | @ -58,7 +59,7 @@ setup( | |||
|     install_requires=[ | ||||
|         'six>=1.10.0', | ||||
|         'graphene>=2.0,<3', | ||||
|         'Django>=1.8.0', | ||||
|         django_version, | ||||
|         'iso8601', | ||||
|         'singledispatch>=3.4.0.3', | ||||
|         'promise>=2.1', | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user