mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	CI: fix tests on Python 3.13 (#1562)
This commit is contained in:
		
							parent
							
								
									d53a102b08
								
							
						
					
					
						commit
						dc3b2e49c1
					
				
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -51,7 +51,7 @@ tests_require = [
 | 
				
			||||||
    "pytest-mock>=3,<4",
 | 
					    "pytest-mock>=3,<4",
 | 
				
			||||||
    "pytest-asyncio>=0.16,<2",
 | 
					    "pytest-asyncio>=0.16,<2",
 | 
				
			||||||
    "snapshottest>=0.6,<1",
 | 
					    "snapshottest>=0.6,<1",
 | 
				
			||||||
    "coveralls>=4,<5",
 | 
					    "coveralls>=3.3,<5",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dev_requires = ["ruff==0.5.0"] + tests_require
 | 
					dev_requires = ["ruff==0.5.0"] + tests_require
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user