mirror of
				https://github.com/bspeice/metrik
				synced 2025-11-03 18:00:51 -05:00 
			
		
		
		
	Fix pytest issues
This commit is contained in:
		@ -1,5 +1,7 @@
 | 
				
			|||||||
def pytest_configure(config):
 | 
					 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					def pytest_configure(config):
 | 
				
			||||||
    sys._called_from_test = True
 | 
					    sys._called_from_test = True
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user