mirror of
				https://github.com/django/django.git
				synced 2025-11-03 21:25:09 +00:00 
			
		
		
		
	Removed a useless check in runtests.py
Added in 3e97535907, this check
appears to never be triggered today.
			
			
This commit is contained in:
		
							parent
							
								
									c0cc8f69e7
								
							
						
					
					
						commit
						1fc458b5a3
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -74,7 +74,6 @@ def get_test_modules():
 | 
			
		|||
    for modpath, dirpath in discovery_paths:
 | 
			
		||||
        for f in os.listdir(dirpath):
 | 
			
		||||
            if ('.' in f or
 | 
			
		||||
                    f.startswith('sql') or
 | 
			
		||||
                    os.path.basename(f) in SUBDIRS_TO_SKIP or
 | 
			
		||||
                    os.path.isfile(f) or
 | 
			
		||||
                    not os.path.exists(os.path.join(dirpath, f, '__init__.py'))):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue