mirror of
				https://git.launchpad.net/ubuntu-dev-tools
				synced 2025-11-04 07:54:03 +00:00 
			
		
		
		
	flake8 tests no longer need to specifically exclude ubuntu-archive-assistant
Now that ubuntu-archive-assistant is removed, we can simply test everything with flake8
This commit is contained in:
		
							parent
							
								
									732ff00cac
								
							
						
					
					
						commit
						dbd453876e
					
				
							
								
								
									
										2
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							@ -12,7 +12,7 @@ Build-Depends:
 | 
			
		||||
 devscripts (>= 2.11.0~),
 | 
			
		||||
 dh-python,
 | 
			
		||||
 distro-info (>= 0.2~),
 | 
			
		||||
 flake8 (>= 3.8.0),
 | 
			
		||||
 flake8,
 | 
			
		||||
 lsb-release,
 | 
			
		||||
 python3-all,
 | 
			
		||||
 python3-apt,
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							@ -7,7 +7,7 @@ override_dh_auto_clean:
 | 
			
		||||
 | 
			
		||||
override_dh_auto_test:
 | 
			
		||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 | 
			
		||||
	flake8 -v --max-line-length=99 --extend-exclude=ubuntu-archive-assistant,ubuntu_archive_assistant
 | 
			
		||||
	flake8 -v --max-line-length=99
 | 
			
		||||
	nosetests3 -v ubuntutools
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										4
									
								
								debian/tests/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								debian/tests/control
									
									
									
									
										vendored
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
Test-Command: flake8 -v --max-line-length=99 --extend-exclude=ubuntu-archive-assistant,ubuntu_archive_assistant
 | 
			
		||||
Test-Command: flake8 -v --max-line-length=99
 | 
			
		||||
Depends:
 | 
			
		||||
 flake8 (>= 3.8.0),
 | 
			
		||||
 flake8,
 | 
			
		||||
Restrictions: allow-stderr
 | 
			
		||||
 | 
			
		||||
Test-Command: nosetests3 -v ubuntutools
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user